Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68121 (GCVE-0-2025-68121)
Vulnerability from cvelistv5 – Published: 2026-02-05 17:48 – Updated: 2026-04-29 13:29- CWE-295 - Improper Certificate Validation
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/tls |
Affected:
0 , < 1.24.13
(semver)
Affected: 1.25.0-0 , < 1.25.7 (semver) Affected: 1.26.0-rc.1 , < 1.26.0-rc.3 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-68121",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-29T03:55:46.305385Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-295",
"description": "CWE-295 Improper Certificate Validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-29T13:29:25.582Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/tls",
"product": "crypto/tls",
"programRoutines": [
{
"name": "Conn.handshakeContext"
},
{
"name": "Conn.Handshake"
},
{
"name": "Conn.HandshakeContext"
},
{
"name": "Conn.Read"
},
{
"name": "Conn.Write"
},
{
"name": "Dial"
},
{
"name": "DialWithDialer"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
},
{
"name": "QUICConn.Start"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.7",
"status": "affected",
"version": "1.25.0-0",
"versionType": "semver"
},
{
"lessThan": "1.26.0-rc.3",
"status": "affected",
"version": "1.26.0-rc.1",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Coia Prant (github.com/rbqvq)"
},
{
"lang": "en",
"value": "Go Security Team"
}
],
"descriptions": [
{
"lang": "en",
"value": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-295: Improper Certificate Validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-05T17:48:44.141Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"url": "https://go.dev/cl/737700"
},
{
"url": "https://go.dev/issue/77217"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"title": "Unexpected session resumption in crypto/tls"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-68121",
"datePublished": "2026-02-05T17:48:44.141Z",
"dateReserved": "2025-12-15T16:48:04.451Z",
"dateUpdated": "2026-04-29T13:29:25.582Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68121",
"date": "2026-05-25",
"epss": "0.00018",
"percentile": "0.04801"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68121\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-02-05T18:16:10.857\",\"lastModified\":\"2026-04-29T14:16:16.170\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"},{\"lang\":\"es\",\"value\":\"Durante la reanudaci\u00f3n de la sesi\u00f3n en crypto/tls, si la Config subyacente tiene sus campos ClientCAs o RootCAs mutados entre el handshake inicial y el handshake reanudado, el handshake reanudado puede tener \u00e9xito cuando deber\u00eda haber fallado. Esto puede ocurrir cuando un usuario llama a Config.Clone y muta la Config devuelta, o usa Config.GetConfigForClient. Esto puede hacer que un cliente reanude una sesi\u00f3n con un servidor con el que no la habr\u00eda reanudado durante el handshake inicial, o hacer que un servidor reanude una sesi\u00f3n con un cliente con el que no la habr\u00eda reanudado durante el handshake inicial.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":6.0},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-295\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.13\",\"matchCriteriaId\":\"9FEE539A-EDC2-4044-A38C-5A0FDF567509\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.25.0\",\"versionEndExcluding\":\"1.25.7\",\"matchCriteriaId\":\"B275853C-E253-485B-B469-31D1A7383965\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E529A0EC-B944-4E2F-B26A-2A9F31AFF240\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"553D6D90-140E-4A54-86A3-00E66AC30F3C\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/737700\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/77217\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4337\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68121\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-29T03:55:46.305385Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-295\", \"description\": \"CWE-295 Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-06T15:32:38.457Z\"}}], \"cna\": {\"title\": \"Unexpected session resumption in crypto/tls\", \"credits\": [{\"lang\": \"en\", \"value\": \"Coia Prant (github.com/rbqvq)\"}, {\"lang\": \"en\", \"value\": \"Go Security Team\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/tls\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.13\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0-0\", \"lessThan\": \"1.25.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.26.0-rc.1\", \"lessThan\": \"1.26.0-rc.3\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/tls\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Conn.handshakeContext\"}, {\"name\": \"Conn.Handshake\"}, {\"name\": \"Conn.HandshakeContext\"}, {\"name\": \"Conn.Read\"}, {\"name\": \"Conn.Write\"}, {\"name\": \"Dial\"}, {\"name\": \"DialWithDialer\"}, {\"name\": \"Dialer.Dial\"}, {\"name\": \"Dialer.DialContext\"}, {\"name\": \"QUICConn.Start\"}]}], \"references\": [{\"url\": \"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\"}, {\"url\": \"https://go.dev/cl/737700\"}, {\"url\": \"https://go.dev/issue/77217\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4337\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-295: Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-02-05T17:48:44.141Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68121\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-29T13:29:25.582Z\", \"dateReserved\": \"2025-12-15T16:48:04.451Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-02-05T17:48:44.141Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:11414
Vulnerability from csaf_redhat - Published: 2026-04-28 21:45 - Updated: 2026-05-26 09:19A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le | — |
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le | — |
{
"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.9 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.9 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:11414",
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_11414.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.9.3 security update",
"tracking": {
"current_release_date": "2026-05-26T09:19:06+00:00",
"generator": {
"date": "2026-05-26T09:19:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:11414",
"initial_release_date": "2026-04-28T21:45:16+00:00",
"revision_history": [
{
"date": "2026-04-28T21:45:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-28T21:45:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:19:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.9",
"product": {
"name": "multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.9::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776555850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Aaf2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777301444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776435357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777056816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777039906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777309946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Acf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Ae25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ad4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777186688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Abb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777126357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ac8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ad824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aa2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445130"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776555850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Adc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Aa0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Abbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ab2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aa9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777301444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776435357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777056816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Af0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777039906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Aa1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777309946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Af8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777186688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Ab508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777126357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ac052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Ac6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445130"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776555850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Abf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ad6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ad0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ae0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777301444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ad632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776435357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777056816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777039906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777309946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Abb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Abc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aeea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Aa04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777186688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Adb3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777126357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ae4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ac270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445130"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776555850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Aca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ae001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Acafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ab87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777301444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Aa7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776435357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Aa8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777056816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ab53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777039906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777309946"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Af27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Abf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Af5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777076963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777186688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ae27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777126357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ae8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777160741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Ac20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776445130"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64 as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le as a component of multicluster engine for Kubernetes 2.9",
"product_id": "multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-28T21:45:16+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.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-28T21:45:16+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.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_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.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-28T21:45:16+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.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-28T21:45:16+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.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
},
{
"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.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_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.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-28T21:45:16+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.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
}
],
"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": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-28T21:45:16+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.14/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11414"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:05c68daf75ebb0aa8353778272d29c3dde67a4988806c5e8ea19a707b0453bf4_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6a274b91afb43bc23b4c378ba760bae2d104641f3fbec75284fe0db6c9333a41_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:7100c3b705273d0eabf8e79720363e2a9a9e936de2e4a9d065c473f0ba84ec82_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f27864c6b8e7d909bf543b2c7fe14916b25617e87dee53cd2e4137747f26e60d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0d311a96d10861ed390004216ef1ab7af16069752f93672a60a213d8a2352062_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6a1f8385d4e46f414d78902d7aaabbfe534dcb8fdaa1e2f1d19895e6c063be22_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a99c70594615f9a5c3a3d4923d3734f5e2e48fa18e8a13bed71877d942077918_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:bb436501d9ba7564b17d17af5c64d829ded6a097c251176aa7ba05848443e0de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0059c4e84378c4573af64fd2b7f77674887eb112fa91c2a9aab6d991b04669ec_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:255d63bfe77a84a4728f03e05281bc052edbe24d3f5197e85d24ddbb1e1b83c1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:89824177b9b9bd2e6dac5aa16536d4e4e84b996cc8874fc270428d858710d081_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:a04e572c55cde29b16e42a1383acb6bae299f7d002790e8353d4dabea2f2def6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:14aa8aca2295a7b53bcb953b0af416922e6052613805d7a798626c01356e39ee_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:33923924370f61939f5b4f9dbe4f6c5d32b2dd1c8f26cf99a3aff0781c01be76_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5f393871b9628d8f73c272f42aca32d79168e1aae72360d46767db92555571a0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:8e91dabc89b2b2f09898197df3dbdc10f8ba6fe1fc98633c3f5cd03154f40b6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3450172045122d4c042cf5fe8b854438e6d12c3be040c658389868cf7c783855_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:40c40d46fbc1025eda0f9d8f318bc3e29db9dd69c9a58c0053a66c88e7ebf896_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc68255f57080c7e318086d28895792242264ec83a898a352c7ef7376acc179d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:f5a133e83045e227dcf88bf6f824d7e70199d4b72c1c75d8528ded51cb09bb6b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:11c80aa37603b5b8b77ac607fa177d24c9787b7c99ca111d3c25b20713fa7c1a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:796972164eeaf4e3848ff48ac5d5712d09b176349a0b722d7a1942b1eaeedf79_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:9fde338283a4f276b5700240b3b8c2106b8d11f3631d1cb054393b4824620b08_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:eea3a084a03c92edcc5dd6f88ab45a083ee51d43334aa29fba83198498b61a5c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0482f136aea57d0c58833fbf0c9b98a78e12750cc12a4f76c6da35b2578bcb66_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:34a6431cc565c806a1ac50337459ee5c19aaad9dd70fbd1a05afdc86bdbb564a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bf37bccbbb3b5219d24753a92926b3cafd5ea52978887ba463caad985c52001b_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:dc5cee7aecbdf340ac6bfa804066d1275478a7825c4310395f93434e4bdff66e_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:7834cfc402e38728e46782d63cce3298167e3627c2c6023a490cf54a9561552b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8b1476597a42afcf9709ac63182e1b2233103845fb4ea1c2d99367e92818999c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a0cc943d456917514e1335460198e48569078d2b832b6c7538e45959c70e5990_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d6e79ff6ed1bdfc0a0a52e6484a8fb25b5c1bfc7fcea1618f88417e308cb46a5_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:af2aa3efb5259ea254779c26501bf5880d8cf019b7801bc634265cfbab80d7b9_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbaa92b9d37d47fc38f55afb36078e5eeef127a1cf2cecf2388935d393a727d2_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:ca41ad444c83366b6a302ce4d41cb0bf94b6beeb37d2368d152ee04fef216490_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d0e0df37ee0b2b285569d852f1541df6210e378c7ddac105da2b1d6676ddb0c0_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2022a6d10ab54cbd3b8274f5627ba2ef714d3e95bb9b243ce039e545b5d3d2ae_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:69f547e7585a75c11bf96cc8fb088afd38cead3ec10666221fa123889f45df99_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e001cf51b08a4e68a12687de53f0f2b62b57dc3e049842318d3d7b5bf6daa9f2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e0fecd29a27d2b0498c2e08984f027a11fca5a4df71518ecce69163040e7bd52_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:571e5ea881641da54723d45d80a25a7a92472e90abbe7eab3683f2d0d6c6c6bd_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b2a987ae0ff463571746e91f1bf17525ea3f5297ddc9e02e87a36d51cc4b008d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c8b81c85ef5def92d42a260d93cd2bfe1a2f4bad07aa955fcefd049d00312105_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:cafdfbb755b27bb88f7c8f69421c9f072e9ac24d2509aa0209c2520d7290d7ff_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:09c303de40ec5aee0b2af9fbe7f027569bac4b0f9ce3831190a4fef0033350d3_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:12e4823f0fd7ed367935269ddfe42f745eb7ac2a28b588ef98f6901f98a94474_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:6692e055f4898a3068c33abf14cdc3f168d7bce73465064e9603c614d514af6f_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8e6a3972173078cff4db9cee5b3b97ae671f10ad2299d88ac24f7184722bb061_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:071331b4f2052e9a039942a79e224ff0cb41bc7763b1240ab83169a10c9eb34e_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a47a33982b1e9c551abff1a9707b32936f07598a6694e669491754afcf20969_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a9a445fbe5ed61f44a96bd5f7020089a6c26086831e52703e6230eead18c8101_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b87122a23230b1f662b072ad8a7b2c7ad1a71eac5c98c24d36c0c4f39757118f_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:2780b7d0e3df764e906b02d76fc9bcc2142438427a0fa55b43b5a9ea6995e130_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:96f9b6fde56a4fcd932e977cfcd0a042e43608372e0718060089a04bedddb4bb_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a7c3a67560df6ab9d03ba9419a6f47ff3132e3427df42663c5fddcaa51e63636_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d632a468683c8885237aa1a9d4cff2ecd971f7844cb064f572708fda68bbcfb1_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:27fb14e551b5f459242ecf0d1ccab2d706eb7a87ee5c5b73593f055b1970cf5b_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:67327c22815149b986285c336fe5dc31336b6e3bf467ad80a4b8de8839c1bfa1_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:94f76862e449325978ba531eb190f712efc22752efa03bef8ad601b729b16426_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a8d651df90ecf867f2cc4edd4444a05fe504cd134bca23cf89a1b2985cf9142b_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b8e97c2986a6f30550b630871d426dffa7c1bb0e784c3dd6416ce6f6d184f0d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:9f456c46e7ed1631d8c759c5cb1a935233f843a07146f985e2ca4a12b2fe14e3_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:b53254f6cea488143224a517a740882cfe904e862b80cc9676a4b6d27590de41_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f0bfdd096fc700b61f9851beeec8fbe924cad42984fb23b96336e9db35ca711f_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:1b672816745b80b4fe723430a30791f1444d48907fb7e2f9bcffc78e87164f31_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5a59ed25f458d3bc5b5e2d1b6de155602ed9ccf6babc44d5e84f415ab81e83de_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9be02e47c8041cab32dc98c8594fe95a0a4dff952c93403e3f9fa825bce1ecc2_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a1c89d6f405e5da2b11c656008abd0c1e8f78b5c5bbec41450faa2aae91a3aaa_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:41a790916d07f454db1b502bbf716609823d0facc31720e788bf0db73cc694bc_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65ef6c0df43a7f3ae6be373c56fd2bd612174dc09d7dc1f0a393b7622a47614d_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:88b9cb43675624e400bf2ddda105c37c80dd51987ddd086b69d0a373ed2329c0_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cf7166a0ef95cd16e7bdef70c15ba62f04c7853372bd8c44e5a826be84f0eed0_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2e19293901dad71c135edc3ae2bf3db5da9d9752ec1695f3962e1bc24044846d_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9da5bdc28eaa3aaf521969df59e26b8abfc4bbcb4c149ac4f46c92d6896e9374_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d4840783307dc3346c89cc7386d9f87a9ff012c2e1f7476bc1f0f6b06635a668_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:f8f053ce52654f8640d89a813f3acf6dfc1ea96b5aecbcaf9a04158cae8db651_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:4a097e9811be9283d8e2343dc08a93b34ca214b223c9a854a5d9241b5a25532a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:52f39e092358307b9baef43a29f69f3a4f343e4f6afa03482ea37428d6eb056a_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:db3308b2d3dbfe0a6c8fd3786e4be6f3914872c5d28488c6197b89c691965906_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e27b18138844fd51a5fd7db31b16582cf9393ebb06120b8b219ec6d65787ec3a_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:55afa35be4be9377ed4ec1ef55bb6f1138ee09f40d7230b3581ccf26fd74e7cd_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:8c621f532ffdd6a550d626a873bcba705878e7f5407b157b826cbc57a3c86125_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b508a3c16e643ab9515101d3eca74c8d0857170407deb5a34154c144338ac925_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:bb96288f2eaf844459269ffd4cb131757860e2a9dd3836b0ed54ca7d460c2d36_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6d2d980661059b8a0bfb90667999cd86f89013e90b51e08731a7fab131194bf6_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:75e2fcbfa092a85945fe35735ba96789efef3128bb0d7c82e52a0adeab1f6cb8_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c8ebb9610fac4dbda945e90d757272c61c7a2a6ab5715b10ab3871af5b3e59b4_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:e8929aca2e1bbc76a486f0f7cdffcdde8e856e421b6084985b34f56f2e29aab4_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:296f348908cb1d01b53bc47ac123e821bd183b473882010fdccff1ed6133cd4f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7f2448dc107a905cfd63f4a8839f360cf5891b4c626311d3f97aa235e0087ffe_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:89ac9d4c271739ba34a2fae896464c2ccdd88f9212ab2642184104f8d35e474a_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:9b829a5be49353c0813bdf683c841cf0c05f2800929d83ddaad3708ccf869ce9_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:208e031af23d25e13bf89a02fa2fd4661b79e47d1a3b4d8ed3eceb1523d4d364_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:302932534628edf351b982e872a3d4b0ded5d059c628fd6b4719900571d982ce_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:39a5a169d03d671a1207eba844b54b0db467f0af23db1dca341b37be79d96993_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:528974c1030f74c174e02c0168ff4caed438bdbe6a028dd4b2b621c60316a32c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:16715019e4117adbb70598836dfaf727be9e46a26d9a6f446d0356d46b49fc7d_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:20ed9b44900139c7c716d27db8c13e320517f5bc0e035178e5ec21830aedf9d1_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:bf13fa23d2811c11aadca11812a55ee72f4f405f6903799007302b8544b6c133_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:e25abca08356e40db5cf41975adaf1504272f2746c06ac1f6e55a704e1785d7b_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:25c76d4483c27911edae51f48471299531523b9b7da53fc55b57cee07c5aafbf_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2f8eb87f56fd624fa1a63aa95fafcb9935d70d643618316025c8698552ba8981_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c052da3892490a99a6220ac127e0ffd580f4c0394a57173f346a8e9785e50683_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:e4c952789d3dbfd52b45b01a23c1fea5b32dd64aca3cc52e29c1f23f8894e01f_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c1a0591b5dd9017c82087e55562f3b1aed7facecac61fe0d2419eb5e0729d97_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:45d6d4b3ec7dd3b796886befd058be7b705eba7beb3b4306854236ab2b085b76_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:c270573ea1330770d49931576be3806fab588071645e2ba7c66650eaa6732f63_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d824de80ec1cfcf722e267430a347a02b5df0df9f0aa895737e7ad8ee558075c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:01243648dee6535b2d3554b5b23ac0166486e9e44afcbaad59d3c3e0ed5e5b1c_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:09e87dd1e6016e48c530fb4647ae9aba19d3826a01742081484d7fe285dad195_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:81638af3b7280eaaad24f2c260bd4efa95f96dab8cc6b4e622c3533a62022798_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2ecaeaaed7830cf4f87cae0f05f2b77cfe909f5083b331a4d6ba17d7df62a6c_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0b014d18915c87a519d991c5a5e3d4af8759f5d3c27dd3bdf03cd0def03288f6_ppc64le",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:0d0045436017a5065ba8e4114d237d8c37b9ec0e09e7c0cbc45dc2e1afcf1750_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3128751f66b00f11b38b1694dbb436ba7b50df43a06d88299ce871c331072258_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:c20c7902bb9eee0969c8090bd2b950c0bae63a40ee7081ae208bfd7e4b5af1de_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1d517da51b1918f2bdbe370f3e533839f05bdfbf03ccad644010cbef83d0a6f6_arm64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:569708bfaa937631f3ebfa1c2cbdaebbbc6c970bed2d08be94260ee87aac9e16_amd64",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:c6c4b56ad60b4e44ff762a20a519006cb1acc5c6c48cda95b29f1712344449f0_s390x",
"multicluster engine for Kubernetes 2.9:registry.redhat.io/multicluster-engine/work-rhel9@sha256:ee6ca50b1ba80963a1426b00b648458d52a66d14ca03079d1c53035585d9246b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
}
]
}
RHSA-2026:11747
Vulnerability from csaf_redhat - Published: 2026-04-29 13:59 - Updated: 2026-05-26 04:43A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64 | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64 | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenStack Services on OpenShift (RHOSO) 18.0.18 containers are now available.\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": "Red Hat OpenStack Services on OpenShift is a hybrid cloud solution\nfor deploying and managing virtualized and containerized applications in a\nscalable infrastructure with a Red Hat OpenShift Container Platform (RHOCP)\ncontrol plane.\n\nSecurity Fixes:\n\n* golang: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* golang: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* golang: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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 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:11747",
"url": "https://access.redhat.com/errata/RHSA-2026:11747"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_11747.json"
}
],
"title": "Red Hat Security Advisory: Release of containers for RHOSO 18.0.18 security update",
"tracking": {
"current_release_date": "2026-05-26T04:43:02+00:00",
"generator": {
"date": "2026-05-26T04:43:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:11747",
"initial_release_date": "2026-04-29T13:59:22+00:00",
"revision_history": [
{
"date": "2026-04-29T13:59:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-29T13:59:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T04:43:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Services on OpenShift 18",
"product": {
"name": "Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:18.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Services on OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"product_id": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/barbican-rhel9-operator@sha256%3A93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"product_id": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cinder-rhel9-operator@sha256%3A26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"product_id": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/designate-rhel9-operator@sha256%3A1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"product": {
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"product_id": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/edpm-hardened-uefi-rhel9@sha256%3Aea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775483576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"product_id": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/glance-rhel9-operator@sha256%3Ae3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"product_id": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/heat-rhel9-operator@sha256%3A0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"product_id": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/horizon-rhel9-operator@sha256%3A77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"product_id": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/infra-rhel9-operator@sha256%3A4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774973634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ironic-rhel9-operator@sha256%3Abd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"product": {
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"product_id": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ironic-python-agent-rhel9@sha256%3Af49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775483211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"product_id": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"product_identification_helper": {
"purl": "pkg:oci/keystone-rhel9-operator@sha256%3A4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774973242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"product_id": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/manila-rhel9-operator@sha256%3Ae6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"product_id": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mariadb-rhel9-operator@sha256%3Ad68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"product_id": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mysqld-exporter-rhel9@sha256%3A4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774973256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"product_id": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"product_identification_helper": {
"purl": "pkg:oci/neutron-rhel9-operator@sha256%3Ade6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"product_id": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nova-rhel9-operator@sha256%3A0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774973309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"product": {
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"product_id": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"product_identification_helper": {
"purl": "pkg:oci/octavia-amphora-image-rhel9@sha256%3A3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775483468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"product_id": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"product_identification_helper": {
"purl": "pkg:oci/octavia-rhel9-operator@sha256%3Acdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-openstack-ansible-ee-rhel9@sha256%3A700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774982089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-api-rhel9@sha256%3Acd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-base-rhel9@sha256%3Aef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-evaluator-rhel9@sha256%3A1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-listener-rhel9@sha256%3Acad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-aodh-notifier-rhel9@sha256%3Ab07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-api-rhel9@sha256%3A3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-base-rhel9@sha256%3A91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-keystone-listener-rhel9@sha256%3Af02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-barbican-worker-rhel9@sha256%3A75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-baremetal-agent-rhel9@sha256%3A5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774537171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-baremetal-rhel9-operator@sha256%3A32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-base-rhel9@sha256%3A9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775483211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-base-rhel9@sha256%3A657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489453"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-central-rhel9@sha256%3A207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-compute-rhel9@sha256%3Af4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-ipmi-rhel9@sha256%3A8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ceilometer-notification-rhel9@sha256%3Ae1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-api-rhel9@sha256%3A2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-backup-rhel9@sha256%3Ade01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-base-rhel9@sha256%3Ab96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-scheduler-rhel9@sha256%3Ab76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cinder-volume-rhel9@sha256%3A217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cloudkitty-api-rhel9@sha256%3Ac4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cloudkitty-base-rhel9@sha256%3A6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cloudkitty-processor-rhel9@sha256%3A22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-cron-rhel9@sha256%3A4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-dependencies-rhel9@sha256%3A34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-api-rhel9@sha256%3A33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-backend-bind9-rhel9@sha256%3Aa340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-base-rhel9@sha256%3Ab0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-central-rhel9@sha256%3Afb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-mdns-rhel9@sha256%3A7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-producer-rhel9@sha256%3Af529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-sink-rhel9@sha256%3A02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-designate-worker-rhel9@sha256%3Aee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-frr-rhel9@sha256%3A96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-glance-api-rhel9@sha256%3Ad3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-haproxy-rhel9@sha256%3A69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-api-cfn-rhel9@sha256%3Adbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-api-rhel9@sha256%3Af3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-base-rhel9@sha256%3A79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-heat-engine-rhel9@sha256%3A82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-horizon-rhel9@sha256%3Ae0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-api-rhel9@sha256%3A8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-base-rhel9@sha256%3A2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-conductor-rhel9@sha256%3Aa4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-inspector-rhel9@sha256%3A376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-neutron-agent-rhel9@sha256%3Aefb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ironic-pxe-rhel9@sha256%3A0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-iscsid-rhel9@sha256%3Abb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-keystone-rhel9@sha256%3A323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-api-rhel9@sha256%3Ad13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-base-rhel9@sha256%3A731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-scheduler-rhel9@sha256%3A26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-manila-share-rhel9@sha256%3A21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-mariadb-rhel9@sha256%3A5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775488184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-memcached-rhel9@sha256%3A01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-multipathd-rhel9@sha256%3Aba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-must-gather-rhel9@sha256%3Ac050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1775495122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-netutils-rhel9@sha256%3Aa78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-network-exporter-rhel9@sha256%3A7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-agent-base-rhel9@sha256%3A947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-base-rhel9@sha256%3A92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-dhcp-agent-rhel9@sha256%3A48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775493643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-metadata-agent-ovn-rhel9@sha256%3A65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775493636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-ovn-agent-rhel9@sha256%3Aeb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775493631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-server-rhel9@sha256%3Acc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-neutron-sriov-agent-rhel9@sha256%3A32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-api-rhel9@sha256%3Ab5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-base-rhel9@sha256%3A6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-compute-rhel9@sha256%3A10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-conductor-rhel9@sha256%3A0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-novncproxy-rhel9@sha256%3A56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775509915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-nova-scheduler-rhel9@sha256%3Af0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-api-rhel9@sha256%3Aa8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-base-rhel9@sha256%3A3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-health-manager-rhel9@sha256%3A5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-housekeeping-rhel9@sha256%3Abb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-octavia-worker-rhel9@sha256%3A12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-openstackclient-rhel9@sha256%3A2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-operator-bundle@sha256%3Ae701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1776887117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"product_id": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rhel9-operator@sha256%3A9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1776882788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-base-rhel9@sha256%3A7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-bgp-agent-rhel9@sha256%3A6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-controller-rhel9@sha256%3Abfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489243"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-nb-db-server-rhel9@sha256%3A05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-northd-rhel9@sha256%3A18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-ovn-sb-db-server-rhel9@sha256%3A6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-placement-api-rhel9@sha256%3Aa6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rabbitmq-rhel9@sha256%3A99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-redis-rhel9@sha256%3Afec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-rsyslog-rhel9@sha256%3Aa28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-account-rhel9@sha256%3Af65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-base-rhel9@sha256%3Af767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-container-rhel9@sha256%3A57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-object-rhel9@sha256%3A2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-swift-proxy-server-rhel9@sha256%3A7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775492795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-tempest-all-rhel9@sha256%3Ad498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-tempest-rhel9@sha256%3A167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-unbound-rhel9@sha256%3A87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775487665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-api-rhel9@sha256%3Ac00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-applier-rhel9@sha256%3Ae2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775490859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-base-rhel9@sha256%3A2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775489428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64",
"product": {
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64",
"product_id": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-watcher-decision-engine-rhel9@sha256%3A8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988?arch=amd64\u0026repository_url=registry.redhat.io/rhoso\u0026tag=1775491013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"product_id": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovn-rhel9-operator@sha256%3Ab94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"product_id": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9-operator@sha256%3Af1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"product_id": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-podman-exporter-rhel9@sha256%3A6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"product_id": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rabbitmq-cluster-rhel9-operator@sha256%3A560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"product_id": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sg-core-rhel9@sha256%3A3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"product_id": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/swift-rhel9-operator@sha256%3Afad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774976892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"product_id": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/telemetry-rhel9-operator@sha256%3A3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774973876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"product_id": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/test-rhel9-operator@sha256%3Aaa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774974317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"product": {
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"product_id": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/watcher-rhel9-operator@sha256%3Aaa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69?arch=amd64\u0026repository_url=registry.redhat.io/rhoso-operators\u0026tag=1774973636"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64"
},
"product_reference": "registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64"
},
"product_reference": "registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64"
},
"product_reference": "registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64"
},
"product_reference": "registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64 as a component of Red Hat OpenStack Services on OpenShift 18",
"product_id": "Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
},
"product_reference": "registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64",
"relates_to_product_reference": "Red Hat OpenStack Services on OpenShift 18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T13:59:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update as a new RHOSO 18.0 deployment, see \u201cDeploying Red Hat OpenStack Services on OpenShift\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/index\n\nFor details on how to apply this update to an existing RHOSO 18.0 deployment, see \u201cUpdating your environment to the latest maintenance release\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11747"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T13:59:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update as a new RHOSO 18.0 deployment, see \u201cDeploying Red Hat OpenStack Services on OpenShift\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/index\n\nFor details on how to apply this update to an existing RHOSO 18.0 deployment, see \u201cUpdating your environment to the latest maintenance release\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11747"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T13:59:22+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update as a new RHOSO 18.0 deployment, see \u201cDeploying Red Hat OpenStack Services on OpenShift\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/index\n\nFor details on how to apply this update to an existing RHOSO 18.0 deployment, see \u201cUpdating your environment to the latest maintenance release\u201d at https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index",
"product_ids": [
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11747"
},
{
"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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_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 OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/barbican-rhel9-operator@sha256:93cca70ca2d64dff06450c3e39f6b69c5287e57b3a4465fc31a45ce6247e4aae_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/cinder-rhel9-operator@sha256:26cb2fb6f04532f0f49afffcd42cf570a9d788febb99f9bd4727f4fd2cf107b3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/designate-rhel9-operator@sha256:1e5097ee423659df4bb110b29ae6d72be01a3d6b0f2543880cfad36f14cdeb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ee-openstack-ansible-ee-rhel9@sha256:700547e85197e2cfab167dfbd60be6082487eaf8f571ab7aa94588c1074842c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/glance-rhel9-operator@sha256:e3fdc6df9c4f9101348bdb1804e21cda919632e4f89da5acdd6171c53dfe3a6c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/heat-rhel9-operator@sha256:0cf694a2529a9f6db2253432c1c2d42b79d5002288fd7b50795d6d8b8bf439d2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/horizon-rhel9-operator@sha256:77f73cdc9d53348d746406d6e2e21b06d0f70c7fe2805a4e3504045f2a1f9133_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/infra-rhel9-operator@sha256:4e8692fc881c657f01f335e67712c7cfca1eee34d08bfbb0b4ca78c4a041fc17_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ironic-rhel9-operator@sha256:bd64a3d0e64ede0b87aa68ff06b79a6c9d3a2b2c915534a1e9054a8b080de167_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/keystone-rhel9-operator@sha256:4169aebbffb7dafa8c023a9162e3c4df577c41758d12d2f4d6dc8e20d754c620_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/manila-rhel9-operator@sha256:e6072055d9c18a2535d1d38359ebaee06e90d4414394dc016803f4783a1ed680_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mariadb-rhel9-operator@sha256:d68e1c277c67d3f0a8413da42e82959c6172015ff7acf5eaa71983f3d5c1a545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/mysqld-exporter-rhel9@sha256:4511273802e4b7c71ac8b6f0f1e87706f0291fabec6585bd5315d604bd0f4284_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/neutron-rhel9-operator@sha256:de6ab3356ebfd64ab68f2416c2d114587d9ff9ebda65f7abfe0716e058444647_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/nova-rhel9-operator@sha256:0fa36fc28fa60c9cd4848f627dfb46670e186f8b391b276816a37cdd52b26103_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/octavia-rhel9-operator@sha256:cdbff564040f02cd4923fa14c6f0a36e69fb8043a7a3d32a37498b9336419320_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-agent-rhel9@sha256:5700e4731cebf2b58ce9dc2c26f707e80ae8e5df6064a768b9c4d5a21ef1985c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-baremetal-rhel9-operator@sha256:32efd70bbc507c3b0c5e7c28eb6f7e65239d7fc9c84656aad6e29a512e420f89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-must-gather-rhel9@sha256:c050525bbeedabb8fb49720d4a13943116b8e765d0074fdb504a3499532e9bad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-network-exporter-rhel9@sha256:7fbb48f04cb3db7285b0b04176528959f8187294d823fd58fe904214deec3c74_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-operator-bundle@sha256:e701a16261404e6f426ebf09042b82f232e0b5b29581785f66d200d8423c39be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/openstack-rhel9-operator@sha256:9d70b9af106925a418bce77a2fab192579ee2c70b4b705742760c6f0dc30ec75_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/ovn-rhel9-operator@sha256:b94df690cb3d7a22b7419ebd16d96ff5a31c5225fc619614791d4037e2342a57_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/placement-rhel9-operator@sha256:f1944eead21b440de0f79eade19f044fdd3858ed2fa7c0773ac776f11ada8b35_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/prometheus-podman-exporter-rhel9@sha256:6510521704dcb211458e47ad3aa1a45066b4014dfe2379fae88506116ad86b33_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/rabbitmq-cluster-rhel9-operator@sha256:560eb0097bcd627b3c921074cba7c8789fb7f7acbb9c87980088a463063b76a6_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/sg-core-rhel9@sha256:3e5385acf99bd1cd98161c5ebbfcd492110416495931846ab416ada808ce88a8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/swift-rhel9-operator@sha256:fad8a8fe46ab2ececba12e1258945386bf0295f567dc104d596df0dc2e858c76_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/telemetry-rhel9-operator@sha256:3537312fc43fc5033bbdeffddf55ee171844a0a6ac74b5c10eb9ef9d89a04b41_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/test-rhel9-operator@sha256:aa9cbe972e6abfd21f02baf8b3f5e6e8085f3df8888e2fa8bc9859bb12aa95b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso-operators/watcher-rhel9-operator@sha256:aa19821a69760e90d8ed16f076f31ee35e6df8300cc78301f1ecdddd7b3fdb69_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/edpm-hardened-uefi-rhel9@sha256:ea95a351461e108f4c3eabd8a7374ffaad9cac3155efb42821257e50372a6536_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/ironic-python-agent-rhel9@sha256:f49f41cb16e02836f76ecba2163b9730667cf04ed54500c3933a4eb3e58462cf_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/octavia-amphora-image-rhel9@sha256:3c558b6fd7dc1a066c8f45114324f99ef1704387a4d4c4215348833dd62ed960_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-api-rhel9@sha256:cd0902d382b3d84e8279352e4a4cb0814c4cf0cf2a584501ec6b31a011065c52_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-base-rhel9@sha256:ef989b40812d667b2349b857e8ac59544ef63a163c72acaa2ca7402f31c4506a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-evaluator-rhel9@sha256:1264c86bd8461b563fcabdbe9775b9eda94cdb8bcc58de92de84422ede631e29_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-listener-rhel9@sha256:cad30fcda3096c56d8ca3301fc38d944342441ddeb1e50f4de55ca439255e4ad_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-aodh-notifier-rhel9@sha256:b07c8d243d6e5b6e9585a82812012ddf5f3fd61573a37f406226f5770a2b8ad1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-api-rhel9@sha256:3602b68f0d4b68570e9cd4a0ec90616a89f3195a4e6460e4742665938d14f010_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-base-rhel9@sha256:91b4a38d46c7688e67c10e09e2321a4073af69c41960ae856483d2516f7b7982_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-keystone-listener-rhel9@sha256:f02b781719280c1cdfb44288e206c45abc84061b1d8fa7d81a248758520c5c6b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-barbican-worker-rhel9@sha256:75f04d219f2b1d963c73e9b770af7e8b4ad85290af396680c690baa59becadb5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-base-rhel9@sha256:9660f1397d0e62399975038f32aa4f5775e6f1ec73a7f872fc7d266cee3c53eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-base-rhel9@sha256:657f9cd9237b507abccac30033d2615e1a82e3c9fc0ffd1b6cbbaf9c328de4f9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-central-rhel9@sha256:207735a6c948f24ad0f4a81373cbf1c6bd28f226b67e3d6e13e71672428c42be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-compute-rhel9@sha256:f4a85bda00b2b0e769271e0b589168efa4e05c2aa7165d89c40476e6e8c14d49_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-ipmi-rhel9@sha256:8cd5de23389ae8b3a7daaa41f9912a97c96a1e6e7f48318018da1fd633966a3e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ceilometer-notification-rhel9@sha256:e1d32ea948cdf656ceefba5060de915abd78a41d217fe63a35d7e739003db115_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-api-rhel9@sha256:2d4dd86902c565d7a271fbab1d11b3fe34cff845299581d95d95a084c06e809a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-backup-rhel9@sha256:de01a3a230803472f916648c22193a404061db2baa8ee0637b78628a6b6f977f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-base-rhel9@sha256:b96d462e55b4ec3683796c793930ff6fb399f0b9d320a31d61d357067fadeeb1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-scheduler-rhel9@sha256:b76054b49589d7255640e2b5d1ea8485d1353b414173d5f6db85787bcb20d1ba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cinder-volume-rhel9@sha256:217ace800250212b06b169f88273e47a563f84a63e32bc1f478f481c612bf127_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-api-rhel9@sha256:c4f67abf6c495fb7daded745336991d6a9099877d2a3b6a4b4c3a231e57eb6c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-base-rhel9@sha256:6f557b1dfc0f7af983a6496aee272e7938145f1f09c58b3d208492a8a8b728b2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cloudkitty-processor-rhel9@sha256:22a80347a797f7a90739173e7e9746f59d160b367093a7151f5fdeb5265e5266_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-cron-rhel9@sha256:4bac11b305314ff856d286f9096fef9aab39d79b053f9c5b53f7174078a40a99_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-dependencies-rhel9@sha256:34f122ee04bc9b2f2ed3620c4c433746485bb932d703221c4296faec0cc5beb3_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-api-rhel9@sha256:33d54207ed175aaf256eff690997b67a7070c96304e455974a0688c56956827a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-backend-bind9-rhel9@sha256:a340684fa243c0cc5eff80b87db0a1dcccf0378ae062d190915ca50a57d36e63_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-base-rhel9@sha256:b0aba0d8de204c08a0508717e13c9af3ed72b0de6cd6712b42082625f529a12e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-central-rhel9@sha256:fb4d57527cf1a53f524822960cab90a634dd2c7719e22ec1e0cede3bae863454_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-mdns-rhel9@sha256:7bb4777ef8d7ccbf4ec482c6c01cddddb1bf02fcd3ec6817d78e047fe3ecea2e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-producer-rhel9@sha256:f529e36e76004d0ee26a6156bba9c706e105720373ad1d4fc4f9b9fc75e10ad8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-sink-rhel9@sha256:02b1e79d506bd02321ad04d91900e693b84198e5e6ce16c5c1f46292f4242c21_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-designate-worker-rhel9@sha256:ee4c01d3193889a024206071dfd60287634d4d88baa624a02a9b2875609ce388_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-frr-rhel9@sha256:96c0c36ec862391c0e44693f35071112e5f49715b6a7d2fa095990adf8049350_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-glance-api-rhel9@sha256:d3f02a6b09298d7488259f71994866b08e8e29da0f1ae4cd5415f3dd3350384d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-haproxy-rhel9@sha256:69e36d18dc043962a95aaf6c7631c9e28fb9747a3b988cb24054d5374bae155c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-cfn-rhel9@sha256:dbb0383d326ae26e40f57c9e064fa859f0f0cab3c3d4300c0c7ef1014c360769_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-api-rhel9@sha256:f3a1d17754d58746315e7e7b05e4f63a7d4c3978b81edc0e76af3e9671c505eb_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-base-rhel9@sha256:79b043c394b992cdde3f1984171796a0574839f69572e7102d0a780128b68667_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-heat-engine-rhel9@sha256:82272cdf73aab91aa8a4d22854578aaed85d1327b75de3cc62c3b9bbdd195f40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-horizon-rhel9@sha256:e0b092b9cbda39314ea5f13e2385dc1a3b79a6ab21f250af67a0fa090a10475e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-api-rhel9@sha256:8aed4e2397d1d5fb53a192585f5da3b3e426ab9c7598b26706932f4a0c999639_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-base-rhel9@sha256:2d5e1b1701bab5a826c0ae5a80a11b3d756527b4f39abec03fcdfab1311e1dba_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-conductor-rhel9@sha256:a4a251f089b896b3a462d053665c9664d96d7c0565013a7628f9b727aec4c991_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-inspector-rhel9@sha256:376fddebd25c4aec1cecbcc9c59d823c57a0db1ecc55ca813d0f067b89f6d25c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-neutron-agent-rhel9@sha256:efb7af5dc3def5a029e5b37d6127ac6bfd2783d957f8696f8b11456760971171_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ironic-pxe-rhel9@sha256:0a8cad0e9bc121aa47cd3c2ae3507adaad1f1a938ef31603d027623383cb9e2f_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-iscsid-rhel9@sha256:bb044f66fd7b5562e4ca54c99810cd00d168068a2b0d62eefc3f423345c2f83b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-keystone-rhel9@sha256:323a1af339db91f57a1711af9483d31e0f90ef23f746aee0fb7773dc612c9cf4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-api-rhel9@sha256:d13d24d610972f4b78a953fe66954079fd33af05635c11bb85725de67ed02793_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-base-rhel9@sha256:731261a4a08c06fc7572aeb201c40aab8a1044c2cc50f360458f379dcdb9b518_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-scheduler-rhel9@sha256:26f85ecf8779c15ecb91c2d79438682e985d5a9bf630b3fd9403351cb8f311a1_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-manila-share-rhel9@sha256:21eb88e83b192c6b96942b62fc057baf0dc8c51eea68088f82bb24911b405c6e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-mariadb-rhel9@sha256:5d42c32de2702ada02eb6b8e5e2d4660232a5b25d3d61a8e1f7ec6f5376f1de4_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-memcached-rhel9@sha256:01d018c62c217b56c5dd34a1872125090193f2d204ff38b49ae09f2eb3a4769a_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-multipathd-rhel9@sha256:ba428cc07995116d5e2ec577c9ed434c9d6ed910bf33ae291ebfdefe87203578_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-netutils-rhel9@sha256:a78044278339d18be438c58f23e942b66156bcf2109b6090e76cfbc4eeb840e7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-agent-base-rhel9@sha256:947ab3e1b4c62d93f529c17d191125fcbb1e2713a0807ba1e7cfbc0dea611e2c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-base-rhel9@sha256:92ea061e3c10212f377d2285d22cc34df12af85d166b7e79820e317c6b902425_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-dhcp-agent-rhel9@sha256:48293941377b5137e659dc8b52f6e9946c2889b75282cabfae6a190a37542212_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-metadata-agent-ovn-rhel9@sha256:65fd97457ceaee13cdffeb02b3a056bbf9ac25e294a5da5f0e5cec3c299390d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-ovn-agent-rhel9@sha256:eb8fe59d00ef6174fbc4cd067b196483c1010b8c1da5fed9f23c322b4ffd5c89_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-server-rhel9@sha256:cc674d5d921188b5fc06d3f49e6939daf25d64149ace2724745626dee3b8863b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-neutron-sriov-agent-rhel9@sha256:32d897ac57ebb35e011eb1da3050ff7fa81913cb0a12b4ec0bc02decb46b57c9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-api-rhel9@sha256:b5405aee377aae4bd1a0ada32905087e2c81c032eb18395577a06d265fb2adb9_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-base-rhel9@sha256:6bda6e7e74db9ae90b536022b35843d09b9b5763653fa4f0a12c23ea131ad611_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-compute-rhel9@sha256:10f8b8936b1d169cc120e9b3e10cb9a9aa116a597f0827fc8b1e70395ea94391_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-conductor-rhel9@sha256:0f7950bf34d00d2b7446b36dfb2ef9ecc3433191e795468cdbeaa7e1422a4659_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-novncproxy-rhel9@sha256:56b684155e7f0967fe854f58989de6c7a02bf39c41e782e543c056fdc510589e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-nova-scheduler-rhel9@sha256:f0dc857857401864b06ed1c3ed51131f28051d658223bc3e20f267215d1c35d8_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-api-rhel9@sha256:a8f06d4f8d76f03b6c86cb83891e7bc46fffe683184171eb60f4a49a43cac52b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-base-rhel9@sha256:3c5313ce838eaec82b7d07182a11a2485ef82bd4ea929b50ce74823d32937f4b_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-health-manager-rhel9@sha256:5c80a9674576f148107f96f162e79dee5996f5bab8a621880c6c76879b989545_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-housekeeping-rhel9@sha256:bb18243c89b44bb826229e40607c5f79edefec8757aab28148049bedefb87b88_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-octavia-worker-rhel9@sha256:12e35aad7285b453246b15d10390523c2b818ec67d384aaf05a478e8f6d62799_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-openstackclient-rhel9@sha256:2037d675d45412b49c0eb4a238e1f4ac477c138764d922d9604c67bf7026012c_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-base-rhel9@sha256:7df9659ef5096f2e11a7185c5c3f6518254deff7c5c0b63392609e1a732ce92e_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-bgp-agent-rhel9@sha256:6118995c98c3324b9173136ecb4fd7aeead2afc2f86f02ce402263e2e37d3002_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-controller-rhel9@sha256:bfd0a1f6f8aa4dca010d90359c381210b521b47d9b00f574592f3d019cb55a40_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-nb-db-server-rhel9@sha256:05a037bc4bd06a76ac8f92b70937118494ca05fdb3ac6c738f5c71c160645b1d_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-northd-rhel9@sha256:18b6beb34d4973461eaf6c8ac1ec55cd7c3cc1813e379af6212529dede1c8038_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-ovn-sb-db-server-rhel9@sha256:6829f2224a231cb16262300fd6fcdd4b53cece54d4f868ee3608073af45797d7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-placement-api-rhel9@sha256:a6bb3a85bb8ded353efe8e7c283fdb8e3b1b7b5f9016ac6650d5db41ca648089_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rabbitmq-rhel9@sha256:99880220187e46462d745c0c60517d3a418ca76943b23c51e5e5688f557c5460_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-redis-rhel9@sha256:fec0ba9552b55619862fd2f22a79aa8660e3a3d0464d9a6c66a48f7031e4c899_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-rsyslog-rhel9@sha256:a28ce9164c97450a456481d648fb2262b9fb4d12ebe8f5a234b055b8325dcfa5_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-account-rhel9@sha256:f65cbb55f2a6520d5b5ac8b894c2d19a8afd79424ee8e5bcd11a5e3a28473705_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-base-rhel9@sha256:f767623a483077319dbbc71bd5e7d17a1b4a7c6b916146cfaf22fb9b01403e23_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-container-rhel9@sha256:57c87151020c9ea32ea366a09e5514298a3d8534d2229fb6a90ea5730a7c1eec_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-object-rhel9@sha256:2203c92174e5457041676e105c9f4713bc28c9e16d7e95cf891357c8084d2484_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-swift-proxy-server-rhel9@sha256:7cc1cc309e709b59c6d28b4d6f704c9ec0ac1e0bc56de44873b664c1f49ab249_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-all-rhel9@sha256:d498155482e67bd90d84cd4e1b920c21a46d0eed8d662d84e010258b2f9cb934_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-tempest-rhel9@sha256:167bef41842020e5218176d081027831cc6291fcc9335bb11a032b5fbb57fca2_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-unbound-rhel9@sha256:87cfee4d7b3c5918e810c59ff9124470459e0d3fd53013fe5fbe407714fd00c7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-api-rhel9@sha256:c00fb49cb69de8c24133bbf002b1d013287180cf177f30a7d3fa5d33c266b109_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-applier-rhel9@sha256:e2af290802b0a04c3e47b70e13d67de385f7afaf99fd6d766b7eaf8ec53dc6a7_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-base-rhel9@sha256:2084b2d4414ebef49a54519411c33b432703f184d7b7761d1d59dbfdd26dc6be_amd64",
"Red Hat OpenStack Services on OpenShift 18:registry.redhat.io/rhoso/openstack-watcher-decision-engine-rhel9@sha256:8c4d433d1364289f1b85f85ed81bfdf1b490d60aa218b169526e41e6cdf69988_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:11749
Vulnerability from csaf_redhat - Published: 2026-04-29 14:31 - Updated: 2026-05-26 09:03A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 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* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:11749",
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_11749.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:18+00:00",
"generator": {
"date": "2026-05-26T09:03:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:11749",
"initial_release_date": "2026-04-29T14:31:52+00:00",
"revision_history": [
{
"date": "2026-04-29T14:31:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-29T14:31:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream 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-2.el9_6.src",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.src",
"product_id": "buildah-2:1.39.6-2.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-tests-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-2.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-2.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-2.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-2.el9_6.aarch64"
},
"product_reference": "buildah-2:1.39.6-2.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-2.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-2.el9_6.ppc64le"
},
"product_reference": "buildah-2:1.39.6-2.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-2.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-2.el9_6.s390x"
},
"product_reference": "buildah-2:1.39.6-2.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-2.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-2.el9_6.src"
},
"product_reference": "buildah-2:1.39.6-2.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-2.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-2.el9_6.x86_64"
},
"product_reference": "buildah-2:1.39.6-2.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-2.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-2.el9_6.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.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-2.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-2.el9_6.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.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-2.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-2.el9_6.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.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-2.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-2.el9_6.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.6-2.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-2.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-2.el9_6.aarch64"
},
"product_reference": "buildah-tests-2:1.39.6-2.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-2.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-2.el9_6.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.6-2.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-2.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-2.el9_6.s390x"
},
"product_reference": "buildah-tests-2:1.39.6-2.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-2.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-2.el9_6.x86_64"
},
"product_reference": "buildah-tests-2:1.39.6-2.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-2.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-2.el9_6.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.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-2.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-2.el9_6.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"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": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"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-04-29T14:31: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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"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-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31: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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"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-04-29T14:31: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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
}
],
"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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31: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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-29T14:31: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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:11749"
},
{
"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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.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-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-2.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-2.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12028
Vulnerability from csaf_redhat - Published: 2026-04-30 03:03 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 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* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip (CVE-2025-61728)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:12028",
"url": "https://access.redhat.com/errata/RHSA-2026:12028"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12028.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:19+00:00",
"generator": {
"date": "2026-05-26T09:03:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12028",
"initial_release_date": "2026-04-30T03:03:35+00:00",
"revision_history": [
{
"date": "2026-04-30T03:03:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:03:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:19+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-20.el9_4.2.src",
"product": {
"name": "podman-4:4.9.4-20.el9_4.2.src",
"product_id": "podman-4:4.9.4-20.el9_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.2?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.2?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.2?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-tests-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.2?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-remote-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-tests-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.2?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-20.el9_4.2.noarch",
"product": {
"name": "podman-docker-4:4.9.4-20.el9_4.2.noarch",
"product_id": "podman-docker-4:4.9.4-20.el9_4.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-20.el9_4.2?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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-4:4.9.4-20.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-4:4.9.4-20.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-4:4.9.4-20.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.2.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-20.el9_4.2.src"
},
"product_reference": "podman-4:4.9.4-20.el9_4.2.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.noarch"
},
"product_reference": "podman-docker-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.s390x"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.2.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-20.el9_4.2.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-20.el9_4.2.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:03:35+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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12028"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.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.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually 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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:03:35+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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12028"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.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.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
},
"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-04-30T03:03:35+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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12028"
}
],
"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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:03:35+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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12028"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:03:35+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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12028"
},
{
"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-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.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.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.2.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.2.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12029
Vulnerability from csaf_redhat - Published: 2026-04-30 03:01 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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 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 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* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:12029",
"url": "https://access.redhat.com/errata/RHSA-2026:12029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12029.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:19+00:00",
"generator": {
"date": "2026-05-26T09:03:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12029",
"initial_release_date": "2026-04-30T03:01:07+00:00",
"revision_history": [
{
"date": "2026-04-30T03:01:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:01:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:19+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.4.src",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.4.src",
"product_id": "skopeo-2:1.14.5-2.el9_4.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.4?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.4.aarch64",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.4.aarch64",
"product_id": "skopeo-2:1.14.5-2.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.4?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.4?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"product_id": "skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.4?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.4?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.4.x86_64",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.4.x86_64",
"product_id": "skopeo-2:1.14.5-2.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.x86_64",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.4?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.4?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.14.5-2.el9_4.4.s390x",
"product": {
"name": "skopeo-2:1.14.5-2.el9_4.4.s390x",
"product_id": "skopeo-2:1.14.5-2.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.5-2.el9_4.4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"product": {
"name": "skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"product_id": "skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-2.el9_4.4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"product": {
"name": "skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"product_id": "skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-2.el9_4.4?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"product_id": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-2.el9_4.4?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.4.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.4.aarch64"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.4.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.4.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.4.ppc64le"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.4.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.4.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.4.s390x"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.4.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.4.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.4.src"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.4.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.4.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.4.x86_64"
},
"product_reference": "skopeo-2:1.14.5-2.el9_4.4.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.4.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.4.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.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.4.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.4.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.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.4.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.4.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.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.4.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.4.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.14.5-2.el9_4.4.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.4.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.4.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.4.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.4.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.4.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.4.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.4.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.4.s390x"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.4.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.4.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.4.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.14.5-2.el9_4.4.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.4.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.4.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.4.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.4.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.4.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.4.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.4.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.4.s390x"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.4.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.4.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.4.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.5-2.el9_4.4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:01:07+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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12029"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.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:skopeo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
},
"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-04-30T03:01:07+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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12029"
}
],
"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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:01:07+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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12029"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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:skopeo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:01:07+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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12029"
},
{
"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.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.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:skopeo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.src",
"AppStream-9.4.0.Z.EUS:skopeo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debuginfo-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-debugsource-2:1.14.5-2.el9_4.4.x86_64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.aarch64",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.ppc64le",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.s390x",
"AppStream-9.4.0.Z.EUS:skopeo-tests-2:1.14.5-2.el9_4.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12030
Vulnerability from csaf_redhat - Published: 2026-04-30 03:33 - Updated: 2026-05-26 05:25A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:12030",
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12030.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-05-26T05:25:40+00:00",
"generator": {
"date": "2026-05-26T05:25:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12030",
"initial_release_date": "2026-04-30T03:33:47+00:00",
"revision_history": [
{
"date": "2026-04-30T03:33:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:33:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T05:25: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.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-3.el9_4.1.src",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.src",
"product_id": "buildah-2:1.33.13-3.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.el9_4.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.13-3.el9_4.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.13-3.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-3.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-3.el9_4.1.aarch64"
},
"product_reference": "buildah-2:1.33.13-3.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-3.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-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-2:1.33.13-3.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-3.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-3.el9_4.1.s390x"
},
"product_reference": "buildah-2:1.33.13-3.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-3.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-3.el9_4.1.src"
},
"product_reference": "buildah-2:1.33.13-3.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-3.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-3.el9_4.1.x86_64"
},
"product_reference": "buildah-2:1.33.13-3.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-3.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-3.el9_4.1.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.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-3.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-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.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-3.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-3.el9_4.1.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.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-3.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-3.el9_4.1.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.13-3.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-3.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-3.el9_4.1.aarch64"
},
"product_reference": "buildah-tests-2:1.33.13-3.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-3.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-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.13-3.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-3.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-3.el9_4.1.s390x"
},
"product_reference": "buildah-tests-2:1.33.13-3.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-3.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-3.el9_4.1.x86_64"
},
"product_reference": "buildah-tests-2:1.33.13-3.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-3.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-3.el9_4.1.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.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-3.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-3.el9_4.1.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"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": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"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-04-30T03:33:47+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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"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-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"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-04-30T03:33:47+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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
}
],
"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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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:buildah-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33:47+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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12030"
},
{
"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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.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-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:buildah-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debuginfo-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-debugsource-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-2:1.33.13-3.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:buildah-tests-debuginfo-2:1.33.13-3.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12031
Vulnerability from csaf_redhat - Published: 2026-04-30 03:29 - Updated: 2026-05-26 05:25A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for runc 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 runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:12031",
"url": "https://access.redhat.com/errata/RHSA-2026:12031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12031.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2026-05-26T05:25:40+00:00",
"generator": {
"date": "2026-05-26T05:25:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12031",
"initial_release_date": "2026-04-30T03:29:55+00:00",
"revision_history": [
{
"date": "2026-04-30T03:29:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:29:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T05:25: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.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": "runc-4:1.2.9-1.el9_4.1.src",
"product": {
"name": "runc-4:1.2.9-1.el9_4.1.src",
"product_id": "runc-4:1.2.9-1.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4.1?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.1.aarch64",
"product": {
"name": "runc-4:1.2.9-1.el9_4.1.aarch64",
"product_id": "runc-4:1.2.9-1.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.1.ppc64le",
"product": {
"name": "runc-4:1.2.9-1.el9_4.1.ppc64le",
"product_id": "runc-4:1.2.9-1.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.1.x86_64",
"product": {
"name": "runc-4:1.2.9-1.el9_4.1.x86_64",
"product_id": "runc-4:1.2.9-1.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.x86_64",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.x86_64",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_4.1.s390x",
"product": {
"name": "runc-4:1.2.9-1.el9_4.1.s390x",
"product_id": "runc-4:1.2.9-1.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"product_id": "runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_4.1?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.aarch64"
},
"product_reference": "runc-4:1.2.9-1.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.ppc64le"
},
"product_reference": "runc-4:1.2.9-1.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.s390x"
},
"product_reference": "runc-4:1.2.9-1.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.src"
},
"product_reference": "runc-4:1.2.9-1.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.x86_64"
},
"product_reference": "runc-4:1.2.9-1.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.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:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.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:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.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:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.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:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.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:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.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:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.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:runc-debugsource-4:1.2.9-1.el9_4.1.s390x"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.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:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:29: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-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12031"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
},
"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-04-30T03:29: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-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12031"
}
],
"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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:29: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-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12031"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:29: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-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12031"
},
{
"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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.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:runc-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:runc-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debuginfo-4:1.2.9-1.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:runc-debugsource-4:1.2.9-1.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12032
Vulnerability from csaf_redhat - Published: 2026-04-30 03:33 - Updated: 2026-05-26 05:25A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins 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 Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:12032",
"url": "https://access.redhat.com/errata/RHSA-2026:12032"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12032.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2026-05-26T05:25:41+00:00",
"generator": {
"date": "2026-05-26T05:25:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12032",
"initial_release_date": "2026-04-30T03:33:54+00:00",
"revision_history": [
{
"date": "2026-04-30T03:33:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:33:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T05:25: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.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": "containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"product_id": "containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.el9_4.3?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.el9_4.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.el9_4.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.el9_4.3?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.el9_4.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.el9_4.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.el9_4.3?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.el9_4.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.el9_4.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.el9_4.3?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-6.el9_4.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-6.el9_4.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-6.el9_4.3?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.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:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.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:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.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:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-6.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:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.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:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.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:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.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:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-6.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:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33: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.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12032"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
},
"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-04-30T03:33: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.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12032"
}
],
"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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33: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.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12032"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:33: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.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12032"
},
{
"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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.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:containernetworking-plugins-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.4.0-6.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:containernetworking-plugins-debugsource-1:1.4.0-6.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12033
Vulnerability from csaf_redhat - Published: 2026-04-30 03:35 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9.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": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor and is used to provide networking for podman-machine virtual machines. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:12033",
"url": "https://access.redhat.com/errata/RHSA-2026:12033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12033.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:23+00:00",
"generator": {
"date": "2026-05-26T09:03:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12033",
"initial_release_date": "2026-04-30T03:35:28+00:00",
"revision_history": [
{
"date": "2026-04-30T03:35:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-30T03:35:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:23+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": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.3?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.3?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.3?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.3?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.3?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.3?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.3?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.3?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.3?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.3?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"product_id": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.7.3-5.el9_4.3?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.7.3-5.el9_4.3?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.7.3-5.el9_4.3?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.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:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.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:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.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:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.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:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.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:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.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:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.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:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.7.3-5.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:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:35: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.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12033"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"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": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
},
"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-04-30T03:35: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.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12033"
}
],
"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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:35: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.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T03:35: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.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12033"
},
{
"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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.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:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.src",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.7.3-5.el9_4.3.x86_64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.aarch64",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.ppc64le",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.s390x",
"AppStream-9.4.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.7.3-5.el9_4.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:12282
Vulnerability from csaf_redhat - Published: 2026-05-06 13:32 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
Workaround
|
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
Workaround
|
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.12.88 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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.12.88. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:12273\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.12/html/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:12282",
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"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_12282.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.88 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:23+00:00",
"generator": {
"date": "2026-05-26T09:03:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:12282",
"initial_release_date": "2026-05-06T13:32:35+00:00",
"revision_history": [
{
"date": "2026-05-06T13:32:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-06T13:33:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:23+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.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3A36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel8@sha256%3Ad347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3A2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3A3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3Aae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3Ac656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3Aaf8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3Ac655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-operator@sha256%3A558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3A70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3Aa1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3A413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3A9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns@sha256%3A5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8@sha256%3Ac5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3Abc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel8@sha256%3Acc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Acdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Acdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999949"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel8@sha256%3Ad6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776832431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3A06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3A606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3Ad5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3Ab26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel8@sha256%3Af74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777359296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Aa223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777304401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776785811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3Ad40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3Af03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3Ab270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-cni-rhel8@sha256%3A8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-controller-rhel8@sha256%3A39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776831533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3Af4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3Ad2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3A0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3A773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777042122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3Ab1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3Af6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3A0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-operator@sha256%3A4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube@sha256%3A83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777304752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3Aefcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776832017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod@sha256%3Aea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777304565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry@sha256%3Ae918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3Ae4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry@sha256%3A58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3A74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel8@sha256%3Aed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel8@sha256%3Afd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Ad0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel8@sha256%3A483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3Ab60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel8@sha256%3Abfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel8@sha256%3Ad52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8@sha256%3A971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel8@sha256%3Abfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel8@sha256%3A49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel8@sha256%3A3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001819"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel8@sha256%3A86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8@sha256%3A82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Ae1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3Acce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3A54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3Af966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3Acf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3A4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3A37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3Ac2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3Ac27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Adf9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3A5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3A5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3Ab6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3A1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3A46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001943"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Ac4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3Aaae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3Ae116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3Ad5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3A03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3A2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3A5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3A5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3Ae13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776832331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3A6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Add05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001656"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3A4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3Abeae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3Abeae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1776999951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3Adf44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3Adf44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd@sha256%3A6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3Af6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3Acf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3Aa93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Aaafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel8@sha256%3A17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3Aa0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel8@sha256%3A6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3Aec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3Abba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3A9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777000374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777003222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3A06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3Ab79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3A943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3Af7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel8@sha256%3A0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel8@sha256%3A6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3A8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3A72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3A8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3Ab9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777042041"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3Ac898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3A027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777000645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3Aae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3Afbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002718"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel8@sha256%3A7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3Ac85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3Af54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3A967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3Aab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3Adc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-machine-controllers@sha256%3A8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3A8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3Ad71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3Ae6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel8@sha256%3A87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel8@sha256%3A176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel8@sha256%3A7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777042146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3Ab6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3A425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3Ace62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3Ad8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777000626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3Ab86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3Ab86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001599"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel8@sha256%3Acec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel8@sha256%3A890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3Ad4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001535"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3A57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777002709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3A580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Af5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter@sha256%3Ac81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3Ac98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel8@sha256%3A6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777001631"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually 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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
},
{
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T13:32:35+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:3e68f1c5d392780d1e848c2b98dbfd9965b3dfc85b4279ca894003c6495420fd\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12282"
},
{
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_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 Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:cf03e567cdeea58957b2dec053a5bc460e98ea216a7435ea3a74ce3c714e89aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:d6d93a43fe65063401165886c38eebed441c77639950e8d41e640cda98fe5f34_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:06ba21669739ac3ed8c99f2030ff9795ac12522b69712090a7ed2e64dbdcee73_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:b79dd721dc1e32a58ce8f487d812a83ef65093a9f5f4858b25b4884f1f3ddd2a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0c3bcae29fc35ec43200062cdc2132a532fd05ea6ab852b94c078bd021106554_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:773a56f5a8af520068d3766809855d67a12bbe6fd026609e6dc2f31718ef3dad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:425d8df19a8eb838ef991ac8418cbb4d8c4cc249b6a9bda1e0d2add88e5bc04c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:74a96c9dfd0379fc29339bc88a93dae06a7c1ed010c18392b0830ebab2163016_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:05d9f15364fa1002de4c51204e96736421f3545d5dfbb4321f24ec736fa3a9f4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:ed796a9a1349a7060c15e741ea3320cbc5fa675d31820421c1afd13bdc4e8ffc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6900cca9b1cd0182f7224253cb5ef76ca4da72b232343afc7b16a2e39ed13abc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:fd2ec1ce0840121d4d0b3ddf2c4e0bf871a81c0abd170c91560cd99a7a258951_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:814accc3a746b844d98da277d0b7fb1ab8dc39b3fb26b360f9859c0580f82b01_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d0e083cd223ed9ccd3197a55d147b059b3513184416aea29e97b8d9f51d9b8fb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:483c037a552300d4ba3315eb58435985cdd9c080ac3e546541e6b85cd00fee2e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:b60488bbd2311717b25d9453da25ea0c11cb4713a8b720e705366d7e6605d6a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:bfb62f2e509aef2c0b54c4e921fb93a06728889472d3da0e49abad4bfe74c146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:d52533e38e79d356dca7d25f9ebf45e7947f8e6685273d97f7a2817447e8607c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:0601dbbd1e2cb3a71e1403f03c703090a5f475231332dec50e0e7b860cb438b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:971671c78883fdd40b5b05cfe443aad1e49c6ebd355b447cdcae227225e57021_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:bfbe33e8eaca9068f3648cefa734aebbf1ed2f6c8dc367b6f08a4d1ea7783026_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:49e1c4dc31db43df3a4a5e209f96ffa0f86f042682b920bf7a3c6f95a589867e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:3086d499c53038833f20f8020fe2f8de05dc5cdfb8afca6f03b0829cdd06e56a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:86f438d5c758999ec90abc4aeb7c42320675fbad4285bb9bb791d68814ae75df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:e1b1c343912143a77344436c43b87a5fd02e2dde82d7d6df3db453aded7a6fad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:82b344bd36e258a5b56b9d30f57720ca72d4e358e20db60d383353b83d9655cc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:2bb0769c88a09d33bf7c6c4e6de45fd534f512b6af5ff162728de084896ca9f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:d347b69f0352c978901f681fd408fa45843c330f4ba635107cf6d9bc4cbd4196_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:50082025328c61f371ca7f0a1f0f528c252f5ac589e6ea2c8fdc440df67237d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:3298d116fc372ccc6158d8182d9d0dee2b9d96421fd71594bb97ae616c29121d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cce4aea487ec5a4017af40033b844d170c1ebf0babf3c5d4da6954301ea2c2ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ae47fc57cfdd6050244a8c9573d005869e7a6aa5c5e2e4fdfcd36c3d1f91da5e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:54fbf6ca31568528749a876e4c6b4d5b3490fd5cf16630bdbd1b24c881d1ea6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f6df3843ee806150df793ecd94ed6f1289a3107a06fb065919f8e8dd214b692b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f966706d186c4cc11dd02fc6e73bfea1c228eb973fb43c1bcb92ad13254931b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:4d0c683be0f88db07b06ecebd0ea97cdaaca65e84ba33a2df8bab3d1235362d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:37d4348510eaabd45aa58dc0e4f91270911ca68eca75eca581e832c0996bd50a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:c2928f6d727369a79f3c1b2047e5f61788f12b1809dbda5adfd1527169fc30c5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:36145ffd604fad0be9e2daef90e41cb803eee067608c38c92b349b250def8e59_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:c27ca34247ca03d32fdae94b2a176ab48ceb13e14809db22cbed2be08bfbc1e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:df9dbc198769ac0612b056c05e5e4e34bebc60fe2b150d126e7b5007951d2d22_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5a8f139be39ea9fc92834812c34bcaaa82a4edcc6f8562482c04b15128a7f499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:9e0f2a360f97072cd18dabfa55bc4696d43a986cedd5226a348f65784904c045_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:b6b909079b6a793ac5627effbf16d0c171077ce1966b4d9a2f65c9ae95011807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:6122c82ccbf50bad621551f901ee595ca5b1b6848ba9b77838d98ca5a0fc30b8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1ed9476701554ef13b127f78fd9ee7bd0c99f1c44790926e891eaf5ea6f4db54_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:1c8cabe0ca888e45c80b2b35cc19a9ff36f7b3a97e1a0cd123ced830391e5991_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:c656407e8c6c570fc0a61172a066efcad0e3a398e3ff3bb049d8099c1c57cc9c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:46b39cd701fc2e878247bfffee6804ee5d82c8e03ee11db3f027cbd745a1ff28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:4a7577fc90f6d0960efd68b137c0d0ed702c333f9c51973564e07d86c6cd6535_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:3c51a46e00cb45ab334cd4f199b1d470934211b4183fc5201b929aceeeda4dbb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:c4687239836027e6da90b2ff739058ebb190af0eb7f949d5890f49df517c5e1d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:272dd9541cac8adb0aa6bff05c55e33bbf609b5f939bec437aa8a79d808ce087_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:aae69d84b9f158c8ddaeaf5e8c71dc05c5908513e5ad623c218a63d595b03b35_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:e116a98baacf9cd614c19cd31b5b349086c518e2d14c68f60aba08c153b6c642_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:d5655d2bb48530445dc31211fba6ab568948f1771bd3853c1cfeab63abf2685e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:af8b7bd3abf9669e5903a9d4695a1459bceeb01456aadd57b9188c6acb986a3c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c655c67397d5089cb1065b604fe2e56c08b072faa4d85845deebbfa27302f13a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:558c2a4732580d1611a690f40c5876aaa9fe5be99a5b83573a9f34a8c0d69e50_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:03296cf25a3cd8f252671666fe82e9bfe2f3a60ccf7de07dda9e4f7344027bf6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:2d4a9ce5b2ef89b370bc1e43ae991f74238b5825ee780050b08ab47c5e543fbd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:4d7028623b6a5f88b9071e057dae8001b90ad573c37d228e8168b49203b267aa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:70a68223188459aedf03800e1fe2a73221e4058ef62946f5d5327fbe1cd237a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:5cc7e7f1696a96b300643d76391a89ba582e5dee97b665bbf3ddcdb806bbfb0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:a1fc01c632aea47b8efc0db9da483f947390a537dfc1e81f222545232beaba7f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:e13f10c2acc13b083924f021c8c3bfff938e020e9a7b5f5585b88a81bcd89dd6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:413036d5fcfd5e912311080160e5a6fcd25c2bf1c1f7de298d953cfc17cb53ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:9e6e47600f6ce32f7473e691c62a05321a5a96ad5374e4642fbeb913dd7d7643_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:4b8394bfb17147ac6f2f60b5ca1073654b6614f1a7bf96f12d235df68f850712_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:0059bcc5702d689d40be5736b0872222231e6585a8873e7937b3faffee5cdc6c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:8cd01664c53cbe177366ef8c434bf37bc65961f13a2b318454b89c6bc76fa2ad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:5ca94b8165f9791496a9b59ee8dc66981ddc637f7af86036ef6642b133189115_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:bc5d529c40de6fe8b4ce4180ce0937bbf5343d4be3110d31e7b46a5292cad2bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:c5d885393ffa4241dc2feeb043c41509d1850c8ded5c01b1719ec0cdbeddd1f0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:cc94d87d4a5d85435ae6a1125b8bc66fff1d23784d2ca5b7aff3815cb9e09f96_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dd05334dab7ee72ba5e8a606a12b4bf6877b43d126878f66061d212c7354d213_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:6aa2de4a256bf0adc1b5484f7c7664418104618d7fb84d29e632f873de1d365e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:09fe8faa5374f3fdeb34d771d655bc0591b39caee29a7321437173f8553f0552_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:68511930dbb8ca8a06aab80248a3151ef8338696395c7dba67f040918369bd72_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:07ad7d2a2bdcf604ded9d7c7f8db4f403edd9785378f0a072eb66879c99170fe_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:4ab44772c8f0f72172d9e722142f659efd1143b31870588403b5280297c029fd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:beae8838133ac2c89a797cf2de2c775d602c2efd08bd42621e6c0f59cd44cb7a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:cdbe7920649523e0bce24fe7f06677fa92490232a204b8163fb1e9a3d0118440_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:1adebea9922ade6b7d47d536d9a5bfc1fe7e135ae1a5e6289ad3fd74713921fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:df44d2e57b2dc0b35d75253923eebe9cd1c04f13a0703d69d6d0f184d98b436e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:25eba56e02ef4fb5fb3ccd648f6bfffc2ad04a7dcd148f2114a26b3cfc1bb582_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:5db949e486796824aa831027be65199f34e041c07f602ca43848ced92f516146_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:b1e91b75f1e3c6d69606509d205c3f42f50d3e7e85f771a9d83cbae27fbd8047_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:e918f9cef5cbab6bca032cac3952e6a2e0fd80ef801002b9a619df22e4607e08_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:6903c057bef63c0925bee571dd6bcee9f7327ae502d0eecb3c676498bc67e923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f6b9b392f1f455e33252eb80372e57936158a5bf2121156366cbca14b9bfec2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:cf249fe6da9ac7ac03363fdd8595d44f854a0328eecccb6c8cdac1981513166b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:aafaabe14457772f2b95193a56657d50e2745761ad9daa7c81de2c99811a7ed2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:a93ee810d0bf7f4b2e4de7d34c51a2b0a01822797296ce24392200fbf1ca04a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:2394b4a44780ca1218da829f99156b23477b1a60c7174bea19e37713d8a158e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:83e5a888de484aaff9fa39a569a206e0c5295cdb230e34111ffe91ba135348b7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:b26d50524213eb5cf5cccf0c86ee16bc57bf24d60ad8942b5af401bea9e9c064_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:17c345b87af947d155e65e95c9d87f21c7e90a9eda8e4409962211fd8492525b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:a0b99608d1f57fc672183919c13dd85e35fa44e328db9e82e41b094f41ee266e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:98d9be459037a2972cf78f83d022ef69c88cae277f4dcfd0492e9477ceb8e655_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:f74940672aa846191e3b0e3807344edd8b2af225b5488067754ee0e60db13ba3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:5b9153af3b43cc306544cc85f39143fcd4f8e4ec8bcb1b7327c485a2a74b9ab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:6fcc8de02f7e804fc1473ba2d511d7646ac2e8805808e4b5ef0b9b774948ad40_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ec0789eb6f03ce22ad5b17b2f6ddb9761fd8db8ca6ea55bf3afabdc5f6977e3e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:bba3ecd627e7162c37b8099655216df1ff0d898a606838c27c29e080bb3a5cff_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:04cbf7ffdaf74409cf24ef8334049cb61e4fab5716ea10002d77c61b1d5aac42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:9fe50e04706382179103ad8e0af46b405e2f93d8ddc3121087851eedaadc058d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a223892726dfb8775c4cded5ddc3a58d8011b859fcb99e14176bf395c01f8f69_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:20d5f1466abe363b5c4df87bb7f5683705140853d04cfd5563cd31f279054f24_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3883ccf058f35779053e155264ead541744c440508ac01616617cc86283bfd7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:149411065a05a12bf41f356b9cc4a91d1c42a9d4cbea2f76c82c060d56aabff6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:b6622ea295238f6701ce95f1f904579a336883750c3b22941a8cc7478b8e5da0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efcb67066777d3d0f70463f56bb068e9360bc86786993f7ce515178f979d413a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d40beff891cfee2b1355bb66ed994fd4b14fd4e9701386fc0d664b415cacf166_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f03346f7b18672d0603fd8710a4d1d4981842c2e89c2bf887ede077fca61d174_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:b270cee875de5486ea7109e8c19c9bbdbe2816789f8ebb06d4f3f70f8692cab7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:06d16fa64c7fcb37227d49591207d9aa7875a0257481b6fef6a2b4f5c4f6cc41_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:61eba6cf03a60f1ce0cc24169ea661b539524d1713201922827a2fb76d65aef0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8ac6852a750ed2debd7adae1260b61322dee113605ed514119fd475b34876845_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:39076f6dd5bb3ccb39438030c8f635e8e1554c463a34f27d87ca6a11e81c4b88_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:943b88c92555457e6b3cf9f1f40e89c8cf5fd3e2d556d9cd2c11947c68c32df5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:f7b8e955f2b41a361d452d62d0690ebb716c42e911320a1f8ed84356c4b0ac14_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:0f32664e0967d7202270c218be20927a64bf2b6fb3ff392ef275f1b7ad075497_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:6c7a4073eaca5438b297823c040b7df1b22cfe6dff5a22ad22984c1eb5bb078f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:8a2a2d0cabfbfeb1ea76b46209c8c2eb2ee1411082e990914587a9f0cb123815_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:72f7c660ed9c35b6ef62c82401723e060d2f77d0906056c8db946f3748fa5386_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:8e6fb6a3d2d17cb50c359f86ddd7f3c5f8a8c83e7162857a413ec65a586a4863_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:b9239776a9294059efb0e44bae54b9916b29ee9af074e07dcb6dc3e2b3d9179a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c898c8a2b8c2cac1c8f8376386b8c0e449a5e419fe357955e32e25c38e5b91ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:f4fc73ac53119c4bbc19fd54a9a39abd8c4a6ff6fb74cd8e6ddc48580b669d0a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:d2ef2729a0a0c8ba70a447771fed591b6ef3ddf40048e246fe7e922b195bf516_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:039ef5cf1d34bf0c3d470e2cac13d75b4dee84c35b1e0606bb618cb9cda2c2ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:055214dce3d4d1e5cbcbda3f1cfdc625cc69cf80f90e033ef7b8907ca950ab52_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:027e3e1e9f31d2f586c9364a5d6ffc3f9fc8517fe872832b13ff98bbea47ec28_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ae754054b9bb45af5fcd9e1b008267a7963a4961e70471f5f0c493f813439d91_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:fbee4242a6cd10bb588f585a4b7c3e0838e1c5342ee9c1ca41643cd801ae598c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:7fb27f0ff11e3d917e512b8d8ccc7c450b2992d8a345159d91ec6f7f8c1fd290_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:c85abf135f57c3c64e6e5e2a7a1495612aa9a983f9c62e0c21b7448b94c8055e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:606f0c45a50b10fe58755e713fbc4de5d06df5bb13e6de6468152ff943adb9de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0eb4ae0333f723f8f05acc44ad5a5cacef115254cf285cfa4909010fd780641a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:9c98402cf421de7c50bdc021f58b89d8fb5892fd617746ba0b334825efbe29c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:f54dad7584920322fed0a3cd194eca93a504f5fb77b5e7587228e1dc98a026db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:967e7a5a4e61b36a046ad7598ff3480c82fbf67c0892a72300760fa712d177dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:856dd7ab85baea24c594ee6a0868c6226359a2040d062412156374801cf350d1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:037404fa9a77fea1bd30710ef28638f7f9be636de87ca3ac956f626e9b922b6d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:ab68269ef95c94e6d5c203943ad61c8a5e59b3c43226008b3bc956c283ae118c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:dc0c1ceb92db106c56b07f6da3e7f446be33acb1520d033df3924ac73065bcba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:8c984e2cbc93f22d1ae4fb89e3098925ba6419fdfffe51a23b8cfca5c50731ea_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e4d3e71bc469f9270859221579156a4f05f6043e95b31350130526a7dbbd0bb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0cc3dc5badbdc5801506aca5259d50e3e4464f3555bff0f5607beae2cef003cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:58253e46addc4d488c523f8df98d171e3ecc86bbaf5d84f4cc55d568e3ec95f7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d71bc2dcb5d82edd48fa437a57f0ef8ef71415f6038dd6d4a81aebe28ee5d425_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:890868cd79e4843f38b2210b27696634a81b0b7c2ab50bf22cc90bfeeb3c5708_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:e6902e853c878bd9858de6671803bcb4c47a9ea8d681d3c878cd72b157dff9cf_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:ea635ccce45906d1a534fabca32bf86a8d46a3d33adc88484afe7ddc45daa818_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3808f9368c7430d588f5c422989b2cce5659290ebd7041d0b139bc77d75a1bd7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:87e864ad0a43e4528bedf7b0a574f2d5d4bdc26f6eb6a1dd24f7b81e65aa1100_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:176876d0288b7d1b35fdf81d9098850ad17e892e543918871fec58c825568024_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:7ff04d0ecbb622f1fb61cd47c0713d225c581ebbfcc8cd0e1577308058ce6828_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:d4439ccf3afda8ebe0f5a65a28fb80dc6081868cc3f154a97fe59a1f6a8f8d8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d5de164c0ec31545bcfdc9c09ddd7da5e9682da050e721200b6bdb3ec88a7e20_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:57e09ce88b6fa3fe7d1c7619755cd6a0f8d951fb5ef85418bfdc2892d9abd86b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:0e477ea56ac936d6b9f88fa17d3cefc7b14d760228229e9cd00e1893c961b96f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:f5122d4c1e528cf86e38b094e1b2f4bff1a83af51762e5146f2205c21881c435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:580b8f983849501e3f662219c7f1dc98544e392be7adcf0c8c16a847d2067c7d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:3cd10135bbfc86aa862a8712a41241103938597d14ff50450419a5231b84a3bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ce62139adfbd8400cd38d6e3e1eb1eb8d37de3c765ce51b33fc45777b8e5b7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:09297fbf599d1fd4056a6d3ba98e58be2e8797cfa012baaa1210d8ec8b97f0d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:c81561001902105a5694db2dd24f0b41962d5425c261859b9000b5e4eddacc2f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:9c7d1b676f0a0520caf01072410f34e3217b750a05a30df18fa1865dd2f158e8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:c98a47015a42c5eda4d64454c9757886fe6f9936331f1de7ffc319fe5bec5a19_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:d8cf219c2268361881c8f1d44e17be923e35858289b7a367caa360c5e9fa4649_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:2814a3646bd34b838c92686c521a92ed302d3654ba78d01776ecaf6fe74d3d33_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:cec880b55da7aff863e10be5db30becab340a5d3f65c6dc7ca3654ca4b776ed8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:821ccd27cd1e4696ab986229da9d6c0c21b1faa75946658204fdd69dc64d955c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:b86a444ebf488764fe7ae5399befceac88c45ea771d8a09a6148f8457b009b85_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f9e7c9ab2318e3ab0c4fa020dcf2d5bdcf4a958f5c31d317215da4d7ffd59f3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:6248cb69a6f7082093011530e329c580db54f69e525bb99d351db73c22c6c2e5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5d3fd1d717bb2e1627eb715be617ae143df86e8a9ad0bbc78a879523647870db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:8aa56afdf33bf8d63372c161d9669ba1a813ef6776d2f01fc346370ee645fc0b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.