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:5132
Vulnerability from csaf_redhat - Published: 2026-03-19 14:09 - Updated: 2026-05-26 09:05A 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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64 | — |
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64 | — |
{
"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": "Kiali 1.73.28 for Red Hat OpenShift Service Mesh 2.6\n\nThis update has 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": "Kiali 1.73.28, for Red Hat OpenShift Service Mesh 2.6, provides observability for the service mesh by offering a visual representation of the mesh topology and metrics, helping users monitor, trace, and manage efficiently.\n\nSecurity Fix(es):\n\n* kiali-rhel8: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* kiali-rhel8: Rollup: Remote Code Execution via Path Traversal Vulnerability (CVE-2026-27606)\n\n* kiali-rhel8: Unexpected session resumption in crypto/tls (CVE-2025-68121)",
"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:5132",
"url": "https://access.redhat.com/errata/RHSA-2026:5132"
},
{
"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-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"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-27606",
"url": "https://access.redhat.com/security/cve/cve-2026-27606"
},
{
"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/",
"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_5132.json"
}
],
"title": "Red Hat Security Advisory: Kiali 1.73.28 for Red Hat OpenShift Service Mesh 2.6",
"tracking": {
"current_release_date": "2026-05-26T09:05:32+00:00",
"generator": {
"date": "2026-05-26T09:05:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5132",
"initial_release_date": "2026-03-19T14:09:55+00:00",
"revision_history": [
{
"date": "2026-03-19T14:09:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T14:10:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Service Mesh 2.6",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3Ac37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059840"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059840"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3Aaf899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059840"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3Aa51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1773059840"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
}
]
},
"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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_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-03-19T14:09:55+00:00",
"details": "See Kiali 1.73.28 documentation at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/service_mesh/service-mesh-2-x",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5132"
},
{
"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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
]
}
],
"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 OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_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-03-19T14:09:55+00:00",
"details": "See Kiali 1.73.28 documentation at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/service_mesh/service-mesh-2-x",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5132"
}
],
"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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T14:09:55+00:00",
"details": "See Kiali 1.73.28 documentation at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/service_mesh/service-mesh-2-x",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5132"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5bccd71519ece8217238731eec2d8aea226b53403e111113e94086d0695a1619_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:708f623ecd4790488b9377dac0417ce9c99e52a350a5d387722608beb54d5a63_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:af899fd57742510613433c8d9dab94989f4c5c9f7f3631985e4e8296a5781ea2_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:c37bc564685eacc236f7e9a3df6a9b3f0c1ee4bcaa0ee52ec42df6a27e4e4339_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:5a8a46e92a178be088251e0dcb67612d16bafeee910af6bd55de82a4727daa02_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6487d8be05cb57a356dd53769f93c84d0abb3729ce1b39041c4d02247ad8e771_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:6c91551425148cad302317d8aac839b04e95dc7ecdf02cb8bddf4aaa87dcd550_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:a51a1b8587c6d4d63ba802112dd8b4a79d87a8af8dbf5341a3e5e917cae437dd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
}
]
}
RHSA-2026:5133
Vulnerability from csaf_redhat - Published: 2026-03-25 04:30 - Updated: 2026-05-22 21:11A 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.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le | — |
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.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le | — |
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.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le | — |
A flaw was found in OpenStack keystonemiddleware. The external_oauth2_token middleware fails to properly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id. This can lead to privilege escalation or impersonation of other users within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 | — |
{
"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.18.36 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.18.\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 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.18.36. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:5126\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.18/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:5133",
"url": "https://access.redhat.com/errata/RHSA-2026:5133"
},
{
"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-22797",
"url": "https://access.redhat.com/security/cve/CVE-2026-22797"
},
{
"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_5133.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.36 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-22T21:11:17+00:00",
"generator": {
"date": "2026-05-22T21:11:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5133",
"initial_release_date": "2026-03-25T04:30:22+00:00",
"revision_history": [
{
"date": "2026-03-25T04:30:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-25T04:30:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-22T21:11:17+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.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ac9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773422185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Aa2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773365208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ad523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773396892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ab818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773138063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ad279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773364100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Afa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773254433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773763768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773874647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aafc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363984"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773696001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773237006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Adba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773619812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aa88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773678008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Acb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Ab040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773236980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Aa7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Ac6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773620146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ac71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773883939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Acbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773708663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773649555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Abe8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773884235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ab58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773182048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Af6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Ad10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773229650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773658965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773181965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677873"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Ab7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ac9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773422185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Abd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773365208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ad2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773396892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773138063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773364100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ab0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Afa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773254433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773763768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773874647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Afe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aaa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363984"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Af0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773696001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773237006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ab79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773619812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ae74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773678008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773236980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773620146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773883939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773708663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773649555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773884235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ad9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773182048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773181965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ad6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677873"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Adc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773422185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773365208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773396892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Aa8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Aab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Aced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aa6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773254433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773763768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ae7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773874647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ae5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363984"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ac7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773619812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aabd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aa5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773620146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ac8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773883939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773708663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773649555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Afd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773884235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Af092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Aaccc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773182048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773181965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ac4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677873"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773422185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Aafcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ad014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773431532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773365208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773396892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ae1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ae974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Afe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773875851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773254433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773763768"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773874647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Abbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aeb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363984"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Aaab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773619812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aa1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773678008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aa7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772791150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Adcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773620146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Af1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773632489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773883939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ad543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773708663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773649555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ad2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773884235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773182048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772753560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ac43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773872105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773181965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aa4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772677873"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le"
]
}
],
"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.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le"
]
},
"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-03-25T04:30:22+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7486ca2ec3bce0ee41dd2c03d75e120b6f660929ea50240463937ae1c4b118f7\n\n (For s390x architecture)\n The image digest is sha256:907e10c7c312b21ba21efa0bf9610da3d69a97173eefba4510699a86c27b4b1d\n\n (For ppc64le architecture)\n The image digest is sha256:d08e99e6ab216fda7fc09188df598ebedb315b49680d6490e9df0b42ab4d5e0a\n\n (For aarch64 architecture)\n The image digest is sha256:9e1da5b54dab49265e57f7e95a7c912f2ad0d32dc6b013def90cb045fd1510b3\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5133"
},
{
"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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le"
]
}
],
"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.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le"
]
},
"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-03-25T04:30:22+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7486ca2ec3bce0ee41dd2c03d75e120b6f660929ea50240463937ae1c4b118f7\n\n (For s390x architecture)\n The image digest is sha256:907e10c7c312b21ba21efa0bf9610da3d69a97173eefba4510699a86c27b4b1d\n\n (For ppc64le architecture)\n The image digest is sha256:d08e99e6ab216fda7fc09188df598ebedb315b49680d6490e9df0b42ab4d5e0a\n\n (For aarch64 architecture)\n The image digest is sha256:9e1da5b54dab49265e57f7e95a7c912f2ad0d32dc6b013def90cb045fd1510b3\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5133"
}
],
"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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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-03-25T04:30:22+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7486ca2ec3bce0ee41dd2c03d75e120b6f660929ea50240463937ae1c4b118f7\n\n (For s390x architecture)\n The image digest is sha256:907e10c7c312b21ba21efa0bf9610da3d69a97173eefba4510699a86c27b4b1d\n\n (For ppc64le architecture)\n The image digest is sha256:d08e99e6ab216fda7fc09188df598ebedb315b49680d6490e9df0b42ab4d5e0a\n\n (For aarch64 architecture)\n The image digest is sha256:9e1da5b54dab49265e57f7e95a7c912f2ad0d32dc6b013def90cb045fd1510b3\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5133"
},
{
"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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_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": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_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-03-25T04:30:22+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7486ca2ec3bce0ee41dd2c03d75e120b6f660929ea50240463937ae1c4b118f7\n\n (For s390x architecture)\n The image digest is sha256:907e10c7c312b21ba21efa0bf9610da3d69a97173eefba4510699a86c27b4b1d\n\n (For ppc64le architecture)\n The image digest is sha256:d08e99e6ab216fda7fc09188df598ebedb315b49680d6490e9df0b42ab4d5e0a\n\n (For aarch64 architecture)\n The image digest is sha256:9e1da5b54dab49265e57f7e95a7c912f2ad0d32dc6b013def90cb045fd1510b3\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5133"
}
],
"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.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-22797",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"discovery_date": "2026-01-19T18:01:09.300375+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430879"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack keystonemiddleware. The external_oauth2_token middleware fails to properly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id. This can lead to privilege escalation or impersonation of other users within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keystonemiddleware: OpenStack keystonemiddleware: Privilege escalation and user impersonation via forged authentication headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT privilege escalation flaw in OpenStack keystonemiddleware. The external_oauth2_token middleware does not correctly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id, to escalate privileges or impersonate other users. All Red Hat OpenStack Platform deployments utilizing the external_oauth2_token middleware are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22797"
},
{
"category": "external",
"summary": "RHBZ#2430879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430879"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22797",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22797"
},
{
"category": "external",
"summary": "https://launchpad.net/bugs/2129018",
"url": "https://launchpad.net/bugs/2129018"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/01/16/9",
"url": "https://www.openwall.com/lists/oss-security/2026/01/16/9"
}
],
"release_date": "2026-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T04:30:22+00:00",
"details": "For OpenShift Container Platform 4.18 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.18/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:7486ca2ec3bce0ee41dd2c03d75e120b6f660929ea50240463937ae1c4b118f7\n\n (For s390x architecture)\n The image digest is sha256:907e10c7c312b21ba21efa0bf9610da3d69a97173eefba4510699a86c27b4b1d\n\n (For ppc64le architecture)\n The image digest is sha256:d08e99e6ab216fda7fc09188df598ebedb315b49680d6490e9df0b42ab4d5e0a\n\n (For aarch64 architecture)\n The image digest is sha256:9e1da5b54dab49265e57f7e95a7c912f2ad0d32dc6b013def90cb045fd1510b3\n\nAll OpenShift Container Platform 4.18 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.18/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5133"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:34cc8ad01ba89008f6df06d07d210e6e001b3cfda445127a9388740c542507d7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:49f1fe7ba5b54de47c0572c9b07dffdc83d26bcb179a5514dea0ebfc040d583c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bd8feffb01445307436ea73374d881d66b58bac66d0340a6011a16e20319baf6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c0eb1d8711e6715dfd268a59c6b09035ec34d450bc3e6976a69fdc2d42eaddd3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:4bff8e6c2036c475175b402d239dddd1a7ba3f60ac6651ea3f6667707741bc9d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:69b424286ed4e80a126a9217186e629d52c676c5ea1260111d78b10c40e73f2c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:801f8700ff29e49647adbdd757a301b779b2846f95e30056e8e194458fe5f273_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a5262731aa0163ff87456fdd63c5b9c65ad9e583a212173c58ee71238a1705bf_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:109053e224bf641a2293c1796bfea1a321ef7c2d856f2308eb6fc73554344b7e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:12521bfd441d9b3db4d86a4f0d1c2818064ecc152bb9d78cfdad35652f173703_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9d8822302599359ffcaec951198ea2d2caf3527a0f4d8f59ed8f66c971193207_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a7e6c4bfaf4dba2a1b47fa8463b1a70f3f1cac016eb586937318e739bd22ee13_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:123267516e01068997318df62a2bf764579c0ef2cbae0bf2670b2fdac77150ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:be8895a8c39b5934ca537b0395b4abe3ed5bccceb9e64fc6ce4e238dd1bde148_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:d2e4f1ca958dfe68cb6a9525582973b58fd0e3f17b13b9985bd0731758436951_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fd3e60bc24de6ec4065fa463ab0b47680a335de84c7689e1b5d3f513e258eb20_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:068de0f11e334773d0fca9d269b128b571f89e5ab97586de75324814fd5c6278_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5a3945e350248697a15a6c76fe1ce18a6bccf75c671431a007011e0382f3c0ae_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6eb891b890138f876ac4a8f5bfdd286512c9a8840702406189e122dd8bf27347_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:aa74cc9c7c0905c6771b8ae6dc4bc2da32858806f1429e522386621abc51bd10_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:53e8497893e6f46bd7ad043ff6bfae1cbfe6c4c07fad1f885a36f4be795e721a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:f0dceee9fe9848ddfa0df9bec4d3d893fd0b358da42f8c7102b2c37c542540ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:0a000512658f155e80ec0b035579f74a3253d53912f43bf9440ef8fa7bad2d85_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1a519196155e2b7a81d5bc098c5bacac53753fe20de6472cd7181943c39e3da9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:39f7c7176125c49d751b48b42dd9dbd62a4a315e40994a02a747a46db8cc860a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:46b9c8e94d1d368c96b958a65d5dac7e0c3f97bafe29e0777d516c428bf4249f_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:3de0436153d1716bcd562a5418bf3cc0d8d968ab916f90ae6e0365b9359f23aa_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b79947b0015b88a5e6b09d99d6f5026d868ca2c810bb7be21832362a62918f84_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:b7a0b21d56bdaa50d96bfcef2bea8cdcfbefd8ea57ab6cfc70d2f6a6d22b8e6b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:c9c82a414593d91cb3a496ac4fb61767941b7a743b917dd385caf9402af17778_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:08bd6463f232a07901d5291f750e58489438e593771d3de3f661a6b9639ec281_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:0e9f3d7c4b43d2bee87a949509ce5c4874c9798381c388a97e2cb78991875098_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b60b7339233b3bc661a5ad66e3767f8796509b49fdff486a01717ed6fef727_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:aab875ca3fe1d0f79283b59466676f7d62ed4070daf4af9db988975cddc62a40_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c7ca74c5b61389926158edf2a77a8b3f8cb7806afbd3c37482c432e41276d9bd_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dba9f31f1f13b63b527cda2cf8153d1d28c5c60b5ff2ea0d8a45278d60b7cc9c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3f21ac63a9729e684db3e6355db35bfc82880063dc45b6499cab27f72629a71a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7426b65a3e619303aa1a565226e25437b7601c415c5efc1014e2c99c44a527aa_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:800ae1295a792738a0d749c4c7e8a8a430ab9b6d8aae579b4e0da466594bc9a3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dc0497ed0036341afcbc0b5a1c8106ec47c3217b0c0882a98ee66a43691da44b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6a2409119ce2a370e3e33f5022cfe4a740661396ede914725a2a8b5279d89fe2_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:9ffb7b6f7121b0735b4d34a53a4eac6d866b654d5eff8205ae1fce7b24d4be5c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a6eea2149b870fa26280c7e1b9f17c3ce39327af3fb20ff6714bdf8f73b952ec_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c99cefc0deffc3218670c38e699e4aac3362e6e17e9f201822a562e84ac44a31_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0e1f42921841f4d7fa0df11d748fe6bc2e23a46dd63a29ab8002b4ce9b380d05_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:15800207884d61d4838314748ad5cd74fb53e06f35cb8aafa39f5c96a2392bde_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:6fb6230a76c6b0220ca19d849247de87071ce9f052b2cd059eaae9d8cba2c030_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c9de5d10a231141d6cb6991bd3714c9208d3fab1524b76975a6fd77a48f86029_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0bb318828b87e7fd8771289955dacb1c1d2efb2fbb7247f126e4910555fb2405_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9699b46674ef79999266bfe83f1a6bd116dcbdb4db3adb2728b66dbf120c76de_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9e6c7611dacab347ba4c9687770e7d48cb557e844172323f920486c593287bb5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a6fc806dca3e9994858b9d7db430faf59320e29d6a97039ed25f92b8a8af6f34_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:912e9b0b57674cb8fba5a2e1de0896f61ee865dda7fae05de2ce947ce156e44b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b07c06206c9968051914d380bc53d0fc118b2683fb5868a7413e5e3690726267_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ced5b5fbc3381a9b9e6471506b0d29e7ab355d078a03c8b8eee4789092dc52f6_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa311b722ec2f5704dd36f2de734e8db16b3504c4a5616a92bfe8ad42050c58d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0f6c96c2cc46a4c5861438d6c7410132dce423a8d50b2b0c81486f0ddcf70db3_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8a0bf468fd716a6323eff09954a3b657d7c972c82db37e1c25ec90363c81c845_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a2c31e21ddb6b70466884f317b4ad0acb431220cb841ee2063e57cb6bde46f25_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:afcd51e5d51313d108a2ba7aa2be93dc3a1055a1c578988baa10bf0fb1eaaf78_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16ac552088d7bdff558474c576f77f8091c009eb49a13d8bdac756161491e4e4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:49f67927f2510928fd3d8adc5651a3878d3322d161a8c35813c03451cb3b0a21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:74f0afca9374cee2b77efe39503e65207034c9a4a20738a65ed65b62a7fb8863_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:80bb1a317215377d67c8b0b9f70bfd21fcb8f93b2ef2f7eb028af6a5ccf7e8fb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:00c48470907320f8d753e1c1d27a66356e6962858fcbf493f2795af453a2f6f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:60f423eaa015db9c1dcbea083352db495f4bf229ad26a7545ba0ae75e28f1ae5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:78976f244a2a7101390df281688f339864f3e7eda6531df18225022c768ca0b3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d014682e997b2dd3b0b40881d44089c0d11762d6f72545117896ee3d48d636f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1813331ba12a2f2ec4e06d6c0dc5d1c3a6f9bf7dc473f22498f1a8475ad27236_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:790da409ea4681dda6b1b652ea29ad3f1dc775240ee2f7613fe16292f2f8cf6c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:822c188c94c3c932f479e841d4ef3a55739f09d1670a47cee79ec5397591653c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:923ed79b073776da329dbacd0dc79f7f4aff32c85c2863a36b00bdbd4c71a534_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5530e99a611997e50cf64d2226cab115fd6422a9248707cffdac41ab91fc1f4a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:62c1d1c7a5928411e784954b57bd0682dba0a545152aed4b8d44ad01613a2b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:850822810478d3eb9a90d65d98633bc55f783a3cfc9d804eeb2b7fe6b20d7387_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:9b864fd6c46aca3f8e1e2bd766db54ac6d8092ff84277718fe691373bf6128c9_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0d56d92f7ce705f8e4d8034bc9a343422ba719dd870b0ac4f1e24a46fe6360e4_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:20bc3672a7b6aa6540d2865a8954997052d62055f8a81c05d43e80c77ab24e9e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2b16eb85a68af626c54312925c6fd28cba9ec352f486570ada18b0e5b8b734b5_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7818d038a1692573196d6ec880da200122d10a8b0ff29298976d967928827d3d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a1960ad3854e5b11a9e2f7d0ecbb5387af7a45abd831804ac06f1a328bf3c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a88b822efb4ff8f5ea798fc0fb23816b43a6e7b7626b9f3967dc6ce1599d4771_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e74e44e4f418e3f2f7bf433c9cd8d556a6e7c4aa07f9ec82190e2d3f5188daf1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:561afc28b866eaf526aba047b60acdcb61fdaf9203d2a4ee5c9d4c677f0910a3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d2137f1cbd01473f0f59113acd49c366ab07cf2be96b847114f2eccc5574cf70_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d523967a7e1a8f85ce57b74fa534fb42884cc1cc5540892d01702746d6f57c16_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f253867e5d23d3e624a2ba1d5d81719a2b1b356dd2f02b73bac9e7bce48df4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:abd58df3e3a182dbfa293fff735cb1f9c4bccd8cc1341d5d0d4827e3295e1596_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:cb7579bc13026888d51e2786bb35ca7c3b6bc9dedfff0a4435b4eba16c74a56a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6b82783df3e6689b0e3d1b92e9944a4e92730d788926bc98345a1db87406058c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:b040fd7da964ff9d19353082affcbe1068239f02d45f72a8ebcf8df274f278ce_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:3756f6852813cf82834b02f327851f30e1ea04093d3077c13200d66ff3e654b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7aa23ec48c79ce945e4708aff50a0cf2e2cb1dde1f4f703d8336e423b577e13b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c6cc733249fb7a1766cf1a858627b53c064e1b80344048832198c704a1402305_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dcaa5b6d8ef0b7137ee1ff6e6d08156415b743db668d3d238ce412d4686fdbf6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:06360955a288a428520a8d3309bb6953a7ec577a931c8a9a79a02659f8d79bb0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:09c9f0fc1eb4f8249b7d31f903b38b6a98ff7eaf3ff3dc9d57ee46ac3ede71f9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e5e03583f088e19415d4c07bcc86f41b5b48a2563ad0caa817b44f348049ba9a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f1eebfadd43190b74c5814eb06b7f416720b46e28ecd1f35ea10bba9fbffa968_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3ee2696cbb37838d53c0123d84d698b88db211c585005e6f5f53c005d3e218cf_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58479b70b2e5743849c539be264a9867cdea4b2a552830b8949324e41cfa7987_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:58b24a38b512ec2b16e85ed2a9a043dbe65555450c8d4bd200a92b30e2abb27a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a7ad05942009cd71537dc71b13b335f4a2d12f0720502d9da53b1633beaba739_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:91c10003dd61bb177cfbd3d101307ae125154e6459638aaa7d01de9a119a87b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:d279a26db070d4a243df5391bebfd209488648a89428c9d02a345a7eacfe3cf2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:5790d9114681ad940a65723e23bed39b2f5eac1dbde017f368861222058064e8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:b818e090cfa75731b29eb0e738f4e0576bd8eafd8a7c70758af8d5427e784bc1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:15a0400125b1f9f0226e3d74a53bf1865ac572b2b62f5d76378270552468a10b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:51a2902a23dc5bf60dc7f95dd8f494257fa9cf4fbc784fc36f6d16e5286cc64c_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5d9d35197fb934de31cb1da5132c9f84f2a3d1948e6e8b6b26e8f5d97ed51b99_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:9df3511f42db2b9934a9fb06326ba6c6736d4aacf7e90d3ee6d74c594582ffd9_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16fb8131703171e39dd718f454851a5af397ad69829fba12cd925945757a760b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7709a18ac4ea2031081570d1e90b7262b6f9a0d7ecd56453aeee87b0a044440f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b7694580f54417a5114f97099702dad2612769e3cbd37e9fbbae76d6234f138e_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:c71e4b0516536cb2c15bb9c38aa39c213a71cb9bcf3aa1945285aa1914fe8ccd_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31424d9aad09c4f8e815184e3d2b92a97e00e62479cf286fea222dc3936ac5ae_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ed2e64f0bd920444da8fd7192952407079db28aa98bb524465d107f598e3465_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6ef29ef6ab610f85055e8a832b8a1147e7ca3763ca4e340bbc6f0207eb387459_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ba623bf86c557312eadedae08eed85e22ccc4350ac1fffb512a520a989f2bbd9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:05feced4d5a5525f057d40a54f95fa6efae0c43e3b2a8eee5f569ae315eca4ed_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:3412e37c50124af3a88d53d967d9dcfd917f52f96a7fe4298fb867f4b8e3df48_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9d621808ef8fc0dcd46ca5792dbe30fece92a6977fbcb62e92961d7a539f6844_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:c8dd2c2cc351300aecd856351099e39d225e4ca22e952f2c0dfc3e96e8d3006e_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0ec8a5178a36bb2e6795039348a12c7944e1a3e47145c8b9080cbdf2310dea38_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4917767639678c7db241f0d1ad497242452272962184b112b8fe755589ebe0ad_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbc38b69f3b3aadfc71efc9b42472b4cf70ba3429850cf865cfcf98cfaa22b5e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d543418f51672e20b21f27ed45ed439a878cfbbd56613c69aba2f4b520adcb0b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:086f4f012853d023bbc751b217a382c3664019c606a0e58b54fae2857b034c98_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2d42e823e1176b52473c86aa0dd31af7b7329a6f3a2257f0791e58c088fd730a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8e2f3cb4865bb16a9fc01a8940f9a9af5e3a35e187620d0fc7a10927115c4ee7_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ee3938a8da1f133c02b0f47503cb483f96ee72a2519a7dc96fdf4a6a9dfa7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:88dde207551b7d38f1237e2e9b222fa1593eb9fbab55f8288b2e8d71dd8841d6_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a8632686ff6aa29daa34e5c92e773d333618f9cf435b7327e8e2254f254498a7_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:e1e72b5d158c74df16d22bd21e8fdcb38597fd4c66b618fc3581c4ff3a51c5c6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:fa0673c1a3f81d2af455bf4a4f621ffc436221227b3100ba7d0316153aaab1f1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5f52687421da96b5d501a8a5a8911094dfe900c7f0e64edf993b313e462cdc9b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:971ab7bbeb4416d7ea08ba4410c4948ff7c0c208f96bc2f0d7839c5339ca5084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e974e54f21a4d5e39be83b07aacf32753a14b8f94708661ab5c0a4d73a7b4ff9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f6bdaeed565435b9c6bc5deb7a4a78cf88ecc00b3d4d2a3535a720e53e66a944_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7ab44ab95ef8bb4beaa91f5908e6cbd7cc84e91f279b6aefdae80d90be522c39_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8484023cfbf54b5e883da4b193758e0e0b9d7417a83a4ec2e046e553917709a8_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8820d4283d1076c069fba2ef244c43ed97ec264ab803df3f1e3277b7adeb31f1_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ab26596db75e435bd5ddb1b448ec9b4ddc75339db62ac89c669948c2427de308_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0b0bff29c4f6fc61dc14f9974466194f04dd73ad61e10311c34fd6b75e21ecb3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8491c664215db312e0ef09b1c0a65544ab388acef933b99cfe883eaa07a5709b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b0d71749c678e3588edad59e2ca7388eccefd60e5c8bf017f23519e3ab7760a1_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fe696c7dc90e354a2896f76993457ec0565ebee632a86f65a02db2b308cf1f83_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6e130a072e3d84c07264321a8b2113c6eaf55ff205ec143bdcfbe65e37fe930e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:70b7a546e0f44c7d9199768c24c1ba195ccad7faf7debfe6766b27ceaccfa177_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9846977ffae9b1168390685c84ec6492a319ab8e99834f0c58bbf29bb4be49a2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d9a0f861068655f17ee454371a5880552b45e90825f78c5973c8d68cdd2dd221_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:320e2697611dd65196537f3f5a91b7660f24bda2c5cd638d72886f8bf4d45f79_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3beefa11db9044d153567eb8694d8ea7c246b2fdb84ed6cc4cd5092edc32f6db_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8b46084314308de19d55ad4d00969903bb237f779d689524a8d85ad25a9b5fb1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f092be792e668ee23ff4a72b2bbcf1dd63a404c7617a0ae15d9a3cd0c97bb94d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:afc92ef7dc56d26fae94b15ea364f139e4221528620c171ddd8755cf1a1d89f6_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bbc47ca39d26fb7503ed7a095b7888ea97d6fcf15966d7a74a7b35df368406e4_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e5d75153def3d8f6ef5941f6ff59e617bf12c7b4f1e77ddd6fb4e55f4894d224_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fe0eedb70254c83eda2b74ac52833ef36c87e18a7ad16cbe88bb22e59d5e0a65_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1b60d44b4151cc97b03a634ab3ac9114552dbe3a0db013e75e388b30267bd159_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:62aec9058002bb330f5081b00041584787fb2d7ad969cece5a23b935b752143f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:ea71e8998c3c3946e8352e604b828fc035c3a09cec8867f8a558d4191388264b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb8b7234258bbd2aab1b5ff9555d664325cce94875d767c1df44bdc0d9623d07_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:19dbf46eda3d78eadd3fcddd859b88069d68519d685a3521b9f9474bc7b1560d_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a07ef759b16a97646b60765e9dd00ab90a75ea377779dffb2b1d6142d9ca8c33_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c24febdb3212cead94644417fd0a6fa29834957599f84f4bcb87322c2fc6b8ee_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c3076f6ad851ec022590776e86a86c5552388edf897d9a0d39d0ad2ec2cd0b75_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5d93cd7a79320ad6cd87370280582e3c3b82d8d0a2d61dfd7466d70739ee0183_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:95cc3cb3b707a26969e7cee06fbc0b3f66b63d4205ee34311ce3056986112f4d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:accc14e2d1b805c11d13c3b5e90aa7f6cfac07ee22d458e9f14093490aebd610_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b58f195d83635a36d05f1e187afa32e698ce14d509c03b47f984a01a87a5a681_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:00896bf0f9cf812dd2a5e7ed9140b6f591c22648354301970491c496bb0270f6_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:82f53b70f880581287554b90759c0ff9737a7a676e5341794faad3e55366cde7_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5ba53ce20c10e348f5d4683419f83c51e8ef10c43e750ab589328b52f90c72b4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b36e9190c4e3c182e4d14d93f501eeec2b81e9b9157afff25ed03845636f485_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a4bd6155e8bf34adc0e7446b546d52fb39d03be3657fc328d10e7b6deea14459_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:c4d95c67332cfa0a45478750722cbaf07ee0a6e1f70dee75ab2a7acf1361d6f3_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:728b0c2cef60ae5b1d2158579fd99ad7b942512022a33b0d3593fc467c41b582_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:807eefa59338e074161d98124a633843e9a8b200071a921244dd1f264a0e6f9c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:85235e379156cf059b23140abd6a0d6ce2e94b6809065070ec3d528efef37b13_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d6020264e2d560cb396757e9061455568ff5fcee405f9d5ef5b07abf9bd16c27_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4a1462299438f734ed581f7c1721ab7001ccaff45b5fe91a331959d24b255fd2_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:4be800b359f4f043ea6535511a1b79ba7d1d2489164c5cbff98ada9f16699820_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5634152e92528579348ed6e093645424a0e6ceb9a2ddb0d5069f630c0a39673f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5d6e44ad8feaa6215cf6e85a5f13249fe7520b9f6ea0a6a8c88c45b419932331_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:161f67520223eba3b60d421307e9b29c138f61faed3d5a900b88314deb18a58d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1d56c9ed750cb7f7c9acf7ed976b1fc241462a092bc32a0a311e2e4602f620c9_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:ca003a5430003fdc23da191cb1ad662b36acbed76c201ff0b00bf3f171463e6c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e7efcfca7944a0e13126283da7490e9a1014c686d798db76affe7b532986e27a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:047bba3eef42965a70ba956063ed59dfb7951861493c5ddfd73519d53dced116_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0994af4ae7b0c57a421673a36deed7d2cb7c268a81057b26b9003083392af4f4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c43b9dc78e0c242107d45644cfafcbb4fe50bfe078dafed7b79f6e920006cca8_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f6de759ca6292a8862645c8ffe0cba0df532d164a0d89da44e9af9ca59c7b063_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:d10f095d393890ca29041fd02fd48c36bc9481375ec62469eb610c626bbe9678_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:71ba62eea59cabd52467c6f88cab8297437711abb581c4301be6645da5fa271d_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:09efa5733cb84096f83209b6488e792758a2cf1710e73542313f6c79044d8f1b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keystonemiddleware: OpenStack keystonemiddleware: Privilege escalation and user impersonation via forged authentication headers"
}
]
}
RHSA-2026:5146
Vulnerability from csaf_redhat - Published: 2026-03-19 16:04 - Updated: 2026-05-26 09:05A 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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for yggdrasil is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "yggdrasil is a system daemon that subscribes to topics on an MQTT broker and routes any data received on the topics to an appropriate child \"worker\" process, exchanging data with its worker processes through a D-Bus message broker.\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\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:5146",
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
},
{
"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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5146.json"
}
],
"title": "Red Hat Security Advisory: yggdrasil security update",
"tracking": {
"current_release_date": "2026-05-26T09:05:32+00:00",
"generator": {
"date": "2026-05-26T09:05:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5146",
"initial_release_date": "2026-03-19T16:04:46+00:00",
"revision_history": [
{
"date": "2026-03-19T16:04:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T16:04:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.src",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.src",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.src",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-03-19T16:04:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
},
{
"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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-03-19T16:04:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_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-03-19T16:04:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
}
],
"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-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"CRB-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:5168
Vulnerability from csaf_redhat - Published: 2026-03-19 19:18 - Updated: 2026-05-26 09:05A 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
Workaround
|
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: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 | — |
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_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 Quay 3.9.19 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.9.19",
"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:5168",
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"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-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"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-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"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_5168.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.9.19",
"tracking": {
"current_release_date": "2026-05-26T09:05:32+00:00",
"generator": {
"date": "2026-05-26T09:05:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5168",
"initial_release_date": "2026-03-19T19:18:06+00:00",
"revision_history": [
{
"date": "2026-03-19T19:18:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T19:18:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.9",
"product": {
"name": "Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ad97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772739181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Acb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773939659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Af5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Add567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ace8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ae16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aa6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ad64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
}
]
},
"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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_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-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_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-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw 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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"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-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_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 Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"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 Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
}
]
}
RHSA-2026:5394
Vulnerability from csaf_redhat - Published: 2026-03-23 13:04 - Updated: 2026-05-26 09:20A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
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: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — |
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: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — |
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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated container images are now available for director Operator for Red Hat OpenStack Platform 17.1 (Wallaby) for RHEL 9.2.\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 Platform provides the facilities for building, deploying and monitoring a private or public infrastructure-as-a-service (IaaS) cloud running on commonly available physical hardware.\n\nThe Red Hat OpenStack Platform (RHOSP) director Operator adds the ability to install and run a RHOSP cloud within OpenShift Container Platform (OCP).\n\nSecurity Fixes:\n * Unexpected session resumption in crypto/tls (CVE-2025-68121)\n * Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n * Excessive resource consumption when printing error string for host certificate validation in crypto/x509 (CVE-2025-61729)\n * Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5394",
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"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_5394.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 director Operator container images",
"tracking": {
"current_release_date": "2026-05-26T09:20:13+00:00",
"generator": {
"date": "2026-05-26T09:20:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5394",
"initial_release_date": "2026-03-23T13:04:11+00:00",
"revision_history": [
{
"date": "2026-03-23T13:04:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-23T13:04:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:20:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-agent@sha256%3A104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773255177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-downloader@sha256%3Adfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773255141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-operator-bundle@sha256%3A9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773259990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-operator@sha256%3A6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773255175"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
},
{
"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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_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-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
},
{
"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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
]
}
],
"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": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
}
],
"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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_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-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
}
],
"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 Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:5452
Vulnerability from csaf_redhat - Published: 2026-03-23 16:13 - Updated: 2026-05-26 09:05A 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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64 | — | ||
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64 | — | ||
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64 | — | ||
| Unresolved product id: Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.3.3 release of Red Hat Trusted Artifact Signer OpenShift Operator.\nFor more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19, 4.20 and 4.21",
"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:5452",
"url": "https://access.redhat.com/errata/RHSA-2026:5452"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index"
},
{
"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-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"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_5452.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.3.3 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-05-26T09:05:34+00:00",
"generator": {
"date": "2026-05-26T09:05:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5452",
"initial_release_date": "2026-03-23T16:13:04+00:00",
"revision_history": [
{
"date": "2026-03-23T16:13:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-23T16:13:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.3",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3Afab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1773309219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"product_id": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fetch-tsa-certs-rhel9@sha256%3A109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1773307765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3A582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1773307743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3Ad50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1773307592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64",
"product": {
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64",
"product_id": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/updatetree-rhel9@sha256%3Abcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1773231678"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
},
"product_reference": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
}
]
},
"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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_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-03-23T16:13:04+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5452"
},
{
"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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_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-03-23T16:13:04+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5452"
},
{
"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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_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-03-23T16:13:04+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5452"
}
],
"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 Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:fab56b9624ac2348e7fef16cda18f48777f76909d93a505db62717a74d9a7c9d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:109fc1b1ce669c144798adc1e09017ced12f36907b4da50c7cc0deb15993e844_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:582d9239bbfcad86a6927c9f69b01d8738c0f268aec9d0b00d913f2071f11a28_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:d50cee3044eca6e7ce7bba7d72f9baba10a2ada5cd448bd293cb96a8c47a1eb4_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:bcd31780ad6c923dabd76e26a8550b5eb975e3beb94d56f986eb14fa37b23cff_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:5549
Vulnerability from csaf_redhat - Published: 2026-03-24 07:31 - Updated: 2026-05-26 09:05A 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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le | — |
Workaround
|
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_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: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le | — |
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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le | — |
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le | — |
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 Builds 1.6.4",
"title": "Topic"
},
{
"category": "general",
"text": "Releases of Red Hat OpenShift Builds 1.6.4",
"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:5549",
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
},
{
"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-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"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/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.6",
"url": "https://docs.redhat.com/en/documentation/builds_for_red_hat_openshift/1.6"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5549.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Builds 1.6.4",
"tracking": {
"current_release_date": "2026-05-26T09:05:35+00:00",
"generator": {
"date": "2026-05-26T09:05:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5549",
"initial_release_date": "2026-03-24T07:31:25+00:00",
"revision_history": [
{
"date": "2026-03-24T07:31:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T07:31:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Builds 1.6.5",
"product": {
"name": "Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_builds:1.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Builds"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3Ae7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3Ad3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Aabc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774304869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-operator-bundle@sha256%3Ab5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774334986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3A0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3Aa716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774334066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921206"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Aace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774304869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Aea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3A1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774334066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61?arch=arm64\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921206"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3Aa753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774304869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Ae1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Ad6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774334066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921206"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-controller-rhel9@sha256%3A9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-git-cloner-rhel9@sha256%3A9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773920861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-bundler-rhel9@sha256%3A933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-image-processing-rhel9@sha256%3A0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-rhel9-operator@sha256%3A846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774304869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-rhel9@sha256%3Ad9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-shared-resource-webhook-rhel9@sha256%3Ab623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773931788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-waiters-rhel9@sha256%3A8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1774334066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"product": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"product_id": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-builds-webhook-rhel9@sha256%3A1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-builds\u0026tag=1773921206"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64 as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le as a component of Red Hat OpenShift Builds 1.6.5",
"product_id": "Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Builds 1.6.5"
}
]
},
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_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-03-24T07:31:25+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.3 upgrades to to 1.6.4",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
},
{
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
},
"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-03-24T07:31:25+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.3 upgrades to to 1.6.4",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
},
{
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T07:31:25+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.3 upgrades to to 1.6.4",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
},
{
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_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": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_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-03-24T07:31:25+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.3 upgrades to to 1.6.4",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
}
],
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
},
"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-03-24T07:31:25+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.3 upgrades to to 1.6.4",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
},
{
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"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-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T07:31:25+00:00",
"details": "It is recommended that existing users of Red Hat OpenShift Builds 1.6.3 upgrades to to 1.6.4",
"product_ids": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5549"
},
{
"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 Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:3e7802fd4777d02152c225bd23d99d3a67301ef7dcc4d86624dc0852905b89c0_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:658118be2dd7dde63668822f2b10bf2155d1a7264435c31e9da01c4eed429a31_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:6ebecac905954551ee9e1d8ace2282305823528e5d81f430020390e6f0146733_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-controller-rhel9@sha256:9f138971e0419cf08273b296c86770a6a8146e96b19f354df51141794cb2dc50_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:0c292a7860239fcaf9dc3b99ded7fb3bf35bb04e36419731012a407a055ce93a_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:84a60e844b90441a353b605ec9d893426a2cba422c45306090273a738b029242_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:86dc4e5cb44e3e7519fa3fb4c994b2cc9204117a728c458b3994c8c6dfba372d_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:9a0705a74dbf6f6dc4f202696462940aa8c21358c60678d8c06f39e438ee410d_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:6cad955d303121f214c9200fdded75a18c0ebca4d6676fc49fb82c06fc4790fc_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:933f790fe6a2652dde798dcb39e4daeb6ad2a3b371d3b4930ef4f016a70769ed_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:942b6a4d4299e09ba619144ee216cb5eea73dd8aea6117ae4cb92a82c026c76b_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:e7607a6ca262ba1f9403d8a89e8f9771b84cac45e43eaee739789cf0cb8ebd29_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0a49e3ed4090ee01e433871ef2765d8c74813333f6a641f2edff6fd56ede8d76_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:21230f1cee5974dc459f4b31f829f942cf27d2b7adf081ade185f78b8554822f_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:7aaa6d41e175e70f6a96ee44ba47805987a818858a19517698ec564d2d4c6c61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:d3092e5ad323b1454a7ee54d54ff0aae0f5cb44603a93a80087768e984c917fc_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-operator-bundle@sha256:b5a49391fd646c612bff8ee78e55f193f17141a3ef567eefdbaa21e9edaf4ed1_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:846cfa73983011c3f351e0584ace035ad06713f78e625e351922c33c31fc35f6_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:a753821c3238712b53436e7689ed0bf6dde224aa9bbcca70c4018709e7391ff5_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:abc4ca39454ce581794f6e80b272878b1aa81636d84933de5de0035888d9e231_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-rhel9-operator@sha256:ace068e3a65adc34ebba6a38242d4bb65e8cdd05c846daadfaa9e687e666b0bb_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:0a3b22036310909533456be9c03ae6b7b3c5d91b89b245533925cfe81e523d9e_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:d9a636edf9d0ea72339a6cf4af5d343f8ff0723cd466581a80968820405f9a15_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:e1489201089cda6b2b6dfe8b3b74bb4565030586de1ba18888727a5ddba4dea1_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-rhel9@sha256:ea105c68e91862c8d0279240d9d92d1d27b816b49bbf528fb2d30a11343a24d8_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:1cc18f61f97007488f929514f0d96e7ee799cbeb57c8040393510fb5df1308ea_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:391eda856869508163773cf3d8f457bc27bae4619009abab4e1bc95c34013a80_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:b623dd3f2f055038655d3ec62983d6bf7f519d4b2d010c89f2809870ab75c3ff_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-shared-resource-webhook-rhel9@sha256:d6d1b43384c9532b4d5c0af85df5a6086b986494825216103c02bfe67ddb1f33_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:10cc203162a18a29b59faedf70efbdce132e92f64f915d3265c4fcb44711df9c_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:1beb2ef462b304a691c1bfd855bc6f70d26895a290de7524e0806ea023f92a30_ppc64le",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:8006f2dbeae12667c5a31827ef0f022733a950234cd55a0239334f3003b6e438_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:a716d3e3cc713c7494d0c051d23a872f4d8404f5f2c5226b13c715c901122872_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:19356ed9f617a6fccc1b299c05c07a54d078d1cde15ebe6663e2e11da3b7ac61_arm64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1dad4897c8b22566fd61a83af3ae9f235001d5b8e5cdd40ed6d76bf7f58b508a_amd64",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:1e20f4f7824339c4685afa6e309f8c143c245d824ae7d781488816fa1d62d17c_s390x",
"Red Hat OpenShift Builds 1.6.5:registry.redhat.io/openshift-builds/openshift-builds-webhook-rhel9@sha256:8fa9769e07dd82241952df0f4dd80e3d9671a9df66f0a4390d009123c6f09179_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
}
]
}
RHSA-2026:5636
Vulnerability from csaf_redhat - Published: 2026-03-24 14:23 - Updated: 2026-05-26 09:20A 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.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
Workaround
|
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — |
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.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
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: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
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.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
Workaround
|
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.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The multicluster engine for Kubernetes 2.7 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.7 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:5636",
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"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/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_5636.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.7.9 security update",
"tracking": {
"current_release_date": "2026-05-26T09:20:13+00:00",
"generator": {
"date": "2026-05-26T09:20:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5636",
"initial_release_date": "2026-03-24T14:23:47+00:00",
"revision_history": [
{
"date": "2026-03-24T14:23:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T14:23:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:20:13+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.7",
"product": {
"name": "multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.7::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Afe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Afb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Af02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Adc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ad6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ad24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Afb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Adabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ae5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Abf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ad07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ad0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Ae91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Af3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ac29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Afce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ae8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aa47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ad00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ac4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ad35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Af87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Acacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ac09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aaed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ac6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ae146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ac0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Abbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Adb93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Adc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aa99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ad2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
}
]
},
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"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-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"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.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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-03-24T14:23:47+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.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_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.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:5645
Vulnerability from csaf_redhat - Published: 2026-03-24 15:38 - Updated: 2026-05-26 09:20A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le | — |
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: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le | — |
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: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le | — |
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: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le | — |
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: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "cert-manager Operator for Red Hat OpenShift 1.17.1",
"title": "Topic"
},
{
"category": "general",
"text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities\nand certificates as first-class resource types in the Kubernetes API. This makes it possible to provide\ncertificates-as-a-service to developers working within your Kubernetes cluster.",
"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:5645",
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-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-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html",
"url": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5645.json"
}
],
"title": "Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.17.1",
"tracking": {
"current_release_date": "2026-05-26T09:20:13+00:00",
"generator": {
"date": "2026-05-26T09:20:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5645",
"initial_release_date": "2026-03-24T15:38:55+00:00",
"revision_history": [
{
"date": "2026-03-24T15:38:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T15:39:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:20:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cert Manager support for Red Hat OpenShift release 1.17",
"product": {
"name": "Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cert_manager:1.17::el9"
}
}
}
],
"category": "product_family",
"name": "Cert Manager support for Red Hat OpenShift release"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3Aabcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Aa1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Ac73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774341716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=1774342146"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64 as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le as a component of Cert Manager support for Red Hat OpenShift release 1.17",
"product_id": "Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le",
"relates_to_product_reference": "Cert Manager support for Red Hat OpenShift release 1.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_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-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"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-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
},
{
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
},
"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-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_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-03-24T15:38:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5645"
}
],
"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": [
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:3a01605ba6dd883043f622596c54bfdfc938cdab48f4c32638e6cad807c57e9a_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:42f78dae41109753d076a75c14a9bc16096575cfdea102fdeda252665ff0381f_ppc64le",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:4974faad72c7c67e6d55f7bf8c9c2d752af17a2f48ef63153fe226b080d36132_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:abcdf8c79fe663805d3bd5e43ac73b0472b5dab8c9dd80c90e1cf54ff161f41f_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:6a2828505d9760b9d4f27d5eafa05db0d025b45787828bc5e125b7c75d1f329f_arm64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:9011ffee4064e0f466d6bc27c54f60ec2e1f041d1240548101d9ed9e0254df12_amd64",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:a1bfde47d53ed34e899229870228ce35230fa216ade3e348befd9b77c2c7ceea_s390x",
"Cert Manager support for Red Hat OpenShift release 1.17:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:c73275043cc2caad071a88cb63f3745471fae11a953291b3dd93db4d752b1b13_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:5665
Vulnerability from csaf_redhat - Published: 2026-03-24 18:02 - Updated: 2026-05-26 09:05A 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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
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: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
Workaround
|
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker's key, allowing them to bypass authentication and gain unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 | — |
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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 Quay 3.10.19 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.10.19",
"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:5665",
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"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-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-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27962",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"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_5665.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.10.19",
"tracking": {
"current_release_date": "2026-05-26T09:05:37+00:00",
"generator": {
"date": "2026-05-26T09:05:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5665",
"initial_release_date": "2026-03-24T18:02:58+00:00",
"revision_history": [
{
"date": "2026-03-24T18:02:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T18:03:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:05:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.1",
"product": {
"name": "Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.10::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774022275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774022278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Afe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772739218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772726823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Acaa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Ae165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774022285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ade004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ac0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773971077"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Aba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772726823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773971077"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aedd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772726823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ad59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Af6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773971077"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
}
]
},
"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 Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"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 Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"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 Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"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 Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_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-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"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 Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"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": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"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": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"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-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"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 Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-27962",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-16T18:02:07.041902+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker\u0027s key, allowing them to bypass authentication and gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This critical vulnerability in Authlib\u0027s JWS implementation allows unauthenticated attackers to forge JWTs by embedding their own cryptographic key in the token header. Impact is high to confidentiality and integrity as attackers can bypass authentication.\n\nThe impact for Red Hat Quay is rated as low because it imports authlib solely as a JWK parsing utility and performs all JWT signature verification through PyJWT, so the vulnerable jws.deserialize_compact() code path is never called.\n\nRed Hat OpenShift AI is not affected, since authlib is only present as a transitive dependency in the dev dependency group and is not included in production image builds, so the vulnerable code is not present in the shipped product.\n\nRed Hat Satellite is not affected, as authlib is only present as a dependency of fastmcp. In Satellite, fastmcp only invokes authlib using jwt.decode() which isn\u0027t able to reach the vulnerability condition even with key=none.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "RHBZ#2448164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681",
"url": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5"
}
],
"release_date": "2026-03-16T17:34:38.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"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 Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
}
]
}
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.